Commit 7cfd46fa by BellCodeEditor

save project

parent e44f3de0
Showing with 3 additions and 8 deletions
import turtle
pen=turtle.Pen()
pen.fillcolor("red")
for i in range(36):
pen.forward(100)
pen.right(170)
turtle.done()
\ No newline at end of file
name=input("nijiaoshenme")
print(name+"nihaoya")
\ 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