Commit f414478f by BellCodeEditor

save project

parent d5aa4914
Showing with 7 additions and 10 deletions
a=1
for b in range(1,10):
print(a,"x",b,"=",a*b,end=" ")
A=input("请输入第一个加数:")
A=int(input("请输入年份:"))
A=input("请输入第一个加数:")
B=input("请输入第二个加数:")
C=int(A)+int(B)
print(A+"+"+B+"="+str(C))
\ No newline at end of file
A=int(input("请输入年份:"))
if A%4==0:
print("闰年")
else:
print("平年")
\ 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