fork download
  1. # your code goes here
  2. number_1 = int (input ("Enter your first number: "))
  3. number_2 = int (input ("Enter your second nember: "))
Runtime error #stdin #stdout #stderr 0.03s 27720KB
stdin
Standard input is empty
stdout
Enter your first number: 
stderr
Traceback (most recent call last):
  File "./prog.py", line 2, in <module>
EOFError: EOF when reading a line