Commit 36394771 by BellCodeEditor

save project

parent ecc99bdc
num = 9
float_num = 3.1415926
name = "悟空"
name = "悟空"
word = "滚蛋"
print(name+word)
\ No newline at end of file
import turtle
pen = turtle.Pen()
pen.shape("turtle")
pen.fillcolor("red")
pen.begin_fill()
for i in range(36):
pen.fd(200)
pen.left(-170)
pen.end_fill()
turtle.done()
\ No newline at end of file
name=input("名字!")
name=input("名字!")
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