diff --git a/diy1.py b/diy1.py index a7fae4a..b5e9cb1 100644 --- a/diy1.py +++ b/diy1.py @@ -1,17 +1,5 @@ -import turtle -pen1=turtle.Pen() -pen1.fillcolor("black") -pen1.begin_fill() -for i in range(36): - pen1.forward(150) - pen1.right(170) -pen1.end_fill() -pen1.hideturtle() -turtle.done() - - - - +name=input("你叫什么名字") +print(name+"你是最棒的创造师")