Pass input to commands run in terminal with python

后端 未结 0 1331
傲寒
傲寒 2021-01-18 09:43

Say I have a Python 3 program like this:

print("Addition program")

num1 = int(input(">>> "))
num2 = int(input(">>>         


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