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