摘要: import turtle turtle.penup() turtle.left(90) turtle.fd(200) turtle.pendown() turtle.right(90) turtle.fillcolor("red") turtle.begin_fill() turtle.circle(10,180) turtle.circle(25,110) ... 阅读全文
posted @ 2018-05-07 16:56 HaoVlikeyou 阅读(237) 评论(0) 推荐(1) 编辑
摘要: number = 23 while True: guess = int(input('请输入一个数字:')) if guess > number: print('>') elif guess >> turtle.circle(120) >>> turtle.up() >>> turtle.goto(0,30) >>> turtle.down() >>> ... 阅读全文
posted @ 2018-05-07 16:42 HaoVlikeyou 阅读(108) 评论(0) 推荐(0) 编辑