fork download
  1. # your code goes here
  2. a=5
  3. if a==5:
  4. print(True)
Success #stdin #stdout 0.1s 14200KB
stdin
Standard input is empty
stdout
True