Commit d8e443bd by BellCodeEditor

save project

parent de0be602
import turtle
pen=turtle.Pen()
write("你好呀",font=("Times","20","normal"))
pen.hideturtle()
turtle.done
\ No newline at end of file
++ "b/\345\201\266\345\245\207\346\225\260"
import math
import math
hi = input("请输入年份")
input("年份:"+ hi)
hi=int(hi)
if hi % 400 ==0 :
print("这是闰年")
elif hi % 4 ==0 and hi % 100 !=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