Commit c6c17563 by BellCodeEditor

save project

parent 44afe318
Showing with 9 additions and 21 deletions
# while True:
# a=input()
# b=input()
# if a=="python" and b=="123456":
# print("登陆成功")
# break
# else:
# print("登录失败")
import turtle
pen=turtle.Pen()
pen.left(45)
pen.forward(90)
pen.left(90)
pen.circle(45,180)
pen.left(90)
pen.circle(45,180)
pen.left(90)
pen.forward(90)
pen.hideturtle()
turtle.done()
import random
key="1234567890"
message="nuoyiyiyi"
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
ty=str1+str2+str3
print(ty)
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