fork download
  1. # your code goes here
Success #stdin #stdout 0.13s 14168KB
stdin
b=50
if b>10:
    print(b)
stdout
Standard output is empty