Discuss / Python / 作业

作业

Topic source

#1.请利用print()输出1024 768 = xxx: n1=int(input('输入第一个数字')) n2=int(input('输入第二个数字')) print('%d%d=%d'%(n1,n2,n1*n2))


  • 1

Reply