Commit c6c17563 by BellCodeEditor

save project

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