Commit 93a92da3 by BellCodeEditor

save project

parent 92f67313
kwer=input("请输入姓名")
uhrhr=input("请输入成绩")
print(kwer+"的总分是"+uhrhr)
\ No newline at end of file
...@@ -11,9 +11,11 @@ while True: ...@@ -11,9 +11,11 @@ while True:
break break
if name != username: if name != username:
print("用户名不存在") print("用户名不存在")
print("用户名不存在,您还有"+str(i)+"次机会")
continue continue
if name != userpassword: if name != userpassword:
print("密码错误") print("密码错误")
print("密码错误,您还有"+str(i)+"次机会")
continue continue
else: else:
print("账号锁定") print("账号锁定")
......
ker=input("输入星期")
if ker=="星期一":
print("今天学钢琴")
elif ker=="星期三":
print("今天学编程")
elif ker=="星期六":
print("今天学英语")
else:
print("今天学国学")
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.left(45)
pen.forward(100)
pen.left(90)
pen.circle(50,180)
pen.left(90)
pen.circle(50,180)
pen.left(90)
pen.forward(100)
pen.hideturtle()
turtle.done
\ 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