JSRUN 用代码说话
精选python
全部python
a= int(input ("请输入第一个数a=")) b= int(input ("请输入第二个数b=")) s= a*b #补充完整 print("这两个数的积是s=",s)