摘要:
import turtle turtle.color('black','green') turtle.pensize(5) turtle.begin_fill() turtle.penup() turtle.goto(-150,-120) turtle.pendown() turtle.lt(90) 阅读全文
摘要:
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 阅读全文
摘要:
希望这世界能好下去,希望我之后所遇见的人,不会再有对世界失去兴趣的了。 a=input("")print('欢迎你,'+a+'同学!') 阅读全文
摘要:
a=input("") b=input("") print(a+',我想对你说,'+b) 阅读全文
摘要:
print('世界,你好!') 阅读全文