摘要: import turtle turtle.color('black','green') turtle.pensize(5) turtle.begin_fill() turtle.penup() turtle.goto(-150,-120) turtle.pendown() turtle.lt(90) 阅读全文
posted @ 2020-03-12 20:52 叶落知秋max 阅读(115) 评论(0) 推荐(0) 编辑
摘要: import turtle turtle.color('black','red') turtle.pensize(5) turtle.begin_fill() for i in range(5): turtle.fd(200) turtle.rt(144) turtle.end_fill() a l 阅读全文
posted @ 2020-03-11 22:16 叶落知秋max 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 希望这世界能好下去,希望我之后所遇见的人,不会再有对世界失去兴趣的了。 a=input("")print('欢迎你,'+a+'同学!') 阅读全文
posted @ 2020-03-11 20:49 叶落知秋max 阅读(168) 评论(0) 推荐(0) 编辑
摘要: a=input("") b=input("") print(a+',我想对你说,'+b) 阅读全文
posted @ 2020-03-11 17:21 叶落知秋max 阅读(112) 评论(0) 推荐(0) 编辑
摘要: print('世界,你好!') 阅读全文
posted @ 2020-03-11 17:01 叶落知秋max 阅读(75) 评论(0) 推荐(0) 编辑