Commit 33584bef by BellCodeEditor

save project

parent 3ab76946
Showing with 7 additions and 5 deletions
print("hello,world!")
name="王云甲"
print(name+",欢迎你")
print(type(name))
\ No newline at end of file
import turtle as l
for i in range(4):
l.forward(100)
l.right(90)
l.done()
\ 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