试题 试卷
题型:单选题 题类: 难易度:容易
江苏省普通高中学业水平合格性考试信息技术模拟卷(十五)
a=a-b
a=a*b
a =int(input("请输入自然数:"))
b=int(input("请输入自然数:"))
c=int(a/b)
print( c)
试题篮