摘要: 1 A->C2 A->B1 C->B3 A->C1 B->A2 B->C1 A->C4 A->B1 C->B2 C->A1 B->A3 C->B1 A->C2 A->B1 C->B5 A->C1 B->A2 B->C1 A->C3 B->A1 C->B2 C->A1 B->A4 B->C1 A->C 阅读全文
posted @ 2018-06-13 20:53 苏希腾 阅读(104) 评论(0) 推荐(0) 编辑
摘要: import turtleturtle.setup(600,400,0,0)turtle.bgcolor('red')turtle.color('yellow')turtle.fillcolor('yellow')def mygoto(x,y): turtle.penup() turtle.goto 阅读全文
posted @ 2018-05-16 20:34 苏希腾 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-25 20:21 苏希腾 阅读(116) 评论(0) 推荐(0) 编辑
摘要: name1 = input('请输入一个名字:') name2 = input('请输入一个名字: ') animal = input('请输入一个名字 :') print('飞在天上的{}看到了{},一脸懵逼的{}遁地走了。'.format(name1,name2,animal)) 阅读全文
posted @ 2018-04-18 21:19 苏希腾 阅读(163) 评论(0) 推荐(0) 编辑