fork download
  1. # your code goes here
  2. str1,str2 = map(int,input(" ").split())
  3. print(str1)
  4. print(str2)
Runtime error #stdin #stdout #stderr 0.11s 23544KB
stdin
hgyg j7gtdhh
stdout
 
stderr
Traceback (most recent call last):
  File "./prog.py", line 2, in <module>
ValueError: invalid literal for int() with base 10: 'hgyg'