Commit 656862cc by BellCodeEditor

save project

parent 863c222e
Showing with 4 additions and 11 deletions
while True:
if iskeydown("w"):
changey(5)
if iskeydown("a"):
changex(5)
if iskeydown("s"):
changey(-5)
if iskeydown("d"):
changex(-5)
\ No newline at end of file
a="小贝,我们出去玩吧!"
for i in a:
print(i)
\ 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