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