fork download
  1. # your code goes here
  2. a = 0x4397370a
  3.  
  4. b = float(a)
  5.  
  6. print(a)
  7. print(b)
Success #stdin #stdout 0.02s 9268KB
stdin
Standard input is empty
stdout
1133983498
1133983498.0