- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 Python程序 Catmouseme
import turtle import time boxsize=200 caught=False score=0 #functions that are called on keypresses def up(): mouse.forward(10) checkbound() def left(): mouse.left(45) def right():
2017-05-23 21:14:31
339
原创 Python程序 Flora
import turtle window=turtle.Screen() babbage=turtle.Turtle() babbage.color("green","black") babbage.left(90) babbage.forward(100) babbage.right(90) babbage.color("black","black") babbage.begin_fill()
2017-05-23 21:13:32
216
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅