fork download
  1. # your code goes here
  2. print(6 ^ 1)
  3. print(4 ^ 3)
Success #stdin #stdout 0.01s 9992KB
stdin
Standard input is empty
stdout
7
7