Commit 33584bef by BellCodeEditor

save project

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