Discuss / Python / 打卡打卡

打卡打卡

Topic source

deku

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

a=int(input('please enter a number:'))

b=int(input('please enter b number:'))

print(a,'*',b,'=',a*b)


  • 1

Reply