Commit d8f6fcfb by BellCodeEditor

auto save

parent 502609b5
Showing with 14 additions and 0 deletions
forward()#前进多少步
left()
right()
glideto() #滑行到一个某个角色身上
slipto() #滑行到某个坐标上
goto()#移动某个坐标上
变量名可以是整型和字符串 数字 "1"
a=a+1 a=a-1
a+=1
\ No newline at end of file
for i in range(8): #头0 尾8 距离 步长 前关闭 后开启 01234567
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