Commit 73e5f2c7 by BellCodeEditor

auto save

parent 64974635
Showing with 3 additions and 0 deletions
...@@ -28,3 +28,6 @@ for 循环: ...@@ -28,3 +28,6 @@ for 循环:
range(5,10) 循环几次:5 range(5,10) 循环几次:5
一般情况。起始位置默认为0 ,终止位置,默认为循环次数 range(0,300) 300 0-299 一般情况。起始位置默认为0 ,终止位置,默认为循环次数 range(0,300) 300 0-299
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