python/2.py

22 lines
360 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import turtle
z=turtle.Turtle
'''shape:形状
speed:速度
circle:圆
square:正方形
triangle:三角形
classic:经典;默认
import 导入
turtle 海龟模块
right 向右
left 向左
pencolor 笔颜色
pensize 笔粗细
penup 抬笔
pendown 落笔
goto(x,y) 移动到坐标xy
setx 设置x坐标
sety 设置y坐标
forward) 前进
backward后退'''