Commit 44afe318 by BellCodeEditor

save project

parent f44265fd
Showing with 28 additions and 8 deletions
while True: # while True:
a=input() # a=input()
b=input() # b=input()
if a=="python" and b=="123456": # if a=="python" and b=="123456":
print("登陆成功") # print("登陆成功")
else: # break
print("登录失败") # else:
\ No newline at end of file # 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()
++ "b/\345\255\246\344\271\240"
import random
import random
pen=random.Pen()
pen.left
\ 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