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