Commit 103d8eaa by BellCodeEditor

auto save

parent ecc99bdc
float_num=3.1415926
name ="悟空"
good = ["雪碧","可口可乐","咖啡"]
print(type(float_num))
\ No newline at end of file
name = "悟空"
word = "欢迎你"
print(name+word)
\ No newline at end of file
name = "悟空"
word = "欢迎你"
print(name+word)
\ No newline at end of file
lmpot
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.shape("triangle")
pen.color("green")
pen.begin_fill()
for i in range(36):
pen.forward(200)
pen.right(170)
pen.end_fill()
turtle.done()
\ No newline at end of file
++ "b/\346\210\220"
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