Commit 8c2f8f3e by BellCodeEditor

auto save

parent 6da4ee2f
Showing with 7 additions and 8 deletions
username ="python"
userpassword ="123456"
while True:
name = input()
password = input()
if name ==username and password
)
\ No newline at end of file
import turtle
pen=turtle.Pen()
distance=1
for i in range(300)
pen.forward
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