Commit ecdeb9ad by BellCodeEditor

save project

parent 05bebf3b
Showing with 8 additions and 18 deletions
score=int(input("输入吧,骚年")) #导入模块
if score>90 or score==90: import turtle
print("妙啊")
elif score>90 or score>=80:
print("骚年,还可以")
else:
print("骚年,你好垃圾")
#创建画笔###
t=turtle.Pen()
#开始写字
t.write("hallo,文瀚森\n你是在周六的班级里吗?\n我会来找你的",font=("Times",20,"normal"))
turtle.done()
\ No newline at end of file
\ 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