Commit 73e5f2c7 by BellCodeEditor

auto save

parent 64974635
Showing with 4 additions and 2 deletions
...@@ -27,4 +27,7 @@ for 循环: ...@@ -27,4 +27,7 @@ for 循环:
range(5,10) 循环几次:5 range(5,10) 循环几次:5
一般情况。起始位置默认为0 ,终止位置,默认为循环次数 range(0,300) 300 0-299 一般情况。起始位置默认为0 ,终止位置,默认为循环次数 range(0,300) 300 0-299
\ No newline at end of file
import turtle as t
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