fork download
  1. primo= input(1)
  2. secondo=input(2)
  3. somma=primo+secondo
  4. print somma
Runtime error #stdin #stdout #stderr 0s 23304KB
stdin
Standard input is empty
stdout
1
stderr
Traceback (most recent call last):
  File "prog.py", line 1, in <module>
EOFError: EOF when reading a line