
Lv.1
签名:已退
在 【编程知识】盘点世界上17常见的编程语言 中回复
什么,A及几乎是编程猫的。。。虽然编程猫在我们班(我的带动下)挺火的imgsrc="https://static.codemao.cn/emotion/thunder_monkey/%E9%9B%B7%E7%94%B5%E7%8C%B4%E7%96%91%E9%97%AE.gif"alt="emotion_雷电猴_疑问"
2022-09-06T16:18:31 点赞:0
在 【Python作品分享】乘法计算机【作业帖】 中回复
a=int(input('请输入a'))
b=int(input('请输入b'))
c=a*b
print(c)2022-11-29T22:21:53 点赞:0