Discuss / Python / 作业

作业

Topic source

秦庆顺

#1 Created at ... [Delete] [Delete and Lock User]

name=input('请输入你的名字:') print('你好,',name,'你可以输入一个数字:') A=int(input()) print('现在再输入一个数字:') B=int(input()) print('现在我们把两个数相乘,结果等于:',A*B)


  • 1

Reply