Commit dd6a9e50 by BellCodeEditor

auto save

parent 848c9fe1
Showing with 8 additions and 4 deletions
# 我们都爱夸夸夸
name=input()
print(name,'你好呀')
\ No newline at end of file
import turtle
p=turtle.Pen()
p.shape('turtle')
for i in range(3):
p.forward(100)
p.right(120)
turtle.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