Commit 8f1c3186 by BellCodeEditor

save project

parent adfad1ee
Showing with 2 additions and 2 deletions
......@@ -35,9 +35,9 @@ while True:
c="left"
d=le
if c=="left":
x+=30
elif c=="right":
x-=30
elif c=="right":
x+=30
elif c=="up":
y-=30
else:
......
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