Commit dacc2d53 by BellCodeEditor

save project

parent 330e1a35
Showing with 7 additions and 0 deletions
a=1 a=1
for b in range(1,10): for b in range(1,10):
print(a,"x",b,"=",a*b,end=" ") print(a,"x",b,"=",a*b,end=" ")
a=input("请输入A")
a=input("请输入A")
b=input("请输入B")
c=input("请输入C")
print(int(a)+int(b)*int(c))
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment