Commit a695c6f5 by BellCodeEditor

save project

parent 67ffaed9
Showing with 8 additions and 0 deletions
#r=float(input("输入圆的半径;"))
#print("圆的面积是:",3.14*r*r)
a=int(input("输入的年份是;"))
if i%4==0 and i%100!=0 or i%400==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