Commit 89ed3190 by BellCodeEditor

save project

parent f3acaa53
Showing with 321 additions and 3 deletions
print("hello world")
print("我TM*****************"+"悟空"+"我C你M"+"我TM谢你全家")
\ No newline at end of file
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.shape("arrow")
pen=turtle.pen()
for i in range(5):
pen.forward(200)
pen.right(144 )
turtle.done()
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