fork download
  1. # your code goes here
Success #stdin #stdout 0.07s 14152KB
stdin
a=5
if a==5:
    print(True)
stdout
Standard output is empty