Commit 3ae89991 by BellCodeEditor

save project

parent 25742169
Showing with 11 additions and 23 deletions
username = "wtrui"
userpassword = "238970"
i=5
while True:
name = input("请输入用户名:")
password = input("请输入密码:")
i=i-1
if i>0:
if name == username and password == userpassword:
print("奥利给!!!!!!!!!!!!!!!!!!!!")
print("吃屎啊你!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
break
elif name!=username:
print("用户吃屎!!!!!!!!!!")
print("你他娘的还有"+str(i)+"次骂人机会!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
else:
password!=userpassword
print("密码吃屎!!!!!!!!!!")
print("你他娘的还有"+str(i)+"次骂人机会!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
else:
print("你个大sa逼!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
exit()
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.speed(10000)
de=1
for i in range(100000000):
pen.forward(de)
de=de+1
pen.right(91)
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