fork download
  1. # your code goes here
  2.  
  3. f = 0x10
  4. g = 0x2
  5.  
  6. print(hex(f^g))
Success #stdin #stdout 0.02s 9228KB
stdin
Standard input is empty
stdout
0x12