Commit 9a6c17f7 by BellCodeEditor

save project

parent 5e18881c
Showing with 4 additions and 3 deletions
import turtle
a=input("神马颜色")
l=turtle.Pen()
l.fillcolor("red")
l.fillcolor(a)
l.begin_fill()
for i in range(5):
l.forward(300)
......
name=input("你叫神马?")
print(name+"你没事吧?没事就吃溜溜梅。")
\ No newline at end of file
print(name+",你没事吧?没事就吃溜溜梅。")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment