Commit 11ff60a2 by BellCodeEditor

save project

parent 47cfa5b0
Showing with 14 additions and 12 deletions
print("hello world")
\ No newline at end of file
name=input("12345")
print(name+"aaa")
name="悟空"
word="欢迎您"
print(name+word)
\ No newline at end of file
name=input(12346)
p
import turtle
pen=turtle.Pen()
pen.forward(100)
pen.left(90)
pen.left(120)
pen.forward(100)
pen.left(90)
pen.left(120)
pen.forward(100)
pen.left(90)
pen.forward(100)
turtle.done()
\ No newline at end of file
turtle
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