fork download
  1. e=5*2
  2. print(e)
Success #stdin #stdout 0.04s 25588KB
stdin
Standard input is empty
stdout
e=5*2
print(e)