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("请输入第一个加数:") A=int(input("请输入年份:"))
B=input("请输入第二个加数:") if A%4==0:
C=int(A)+int(B) print("闰年")
print(A+"+"+B+"="+str(C)) else:
\ No newline at end of file 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