Commit 691d7ff9 by BellCodeEditor

auto save

parent 02089169
Showing with 4 additions and 6 deletions
import turtle
p=turtle.Pen()
p.write("你好\n我也喜欢turtle",font=("Times",30,"normal"))
p.hideturtle()
p.done
\ No newline at end of file
bros=['1','2','3']
for i in range(bros):
print(bros[i])
\ 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