Having Trouble With int(input()) in Jupyter Notebook Python 3

后端 未结 0 1031
面向向阳花
面向向阳花 2021-01-04 05:23

This is my code

a = int(input())

b = int(input())

s = a + b

print(s)

This is the error

--         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题