Commit a49c45cf by BellCodeEditor

auto save

parent 97f48f86
Showing with 7 additions and 12 deletions
a=1 import turtle
while a<1001: pen=turtle.Pen()
b=a pen.color("red")
while b!=0: pen.write("你好啊,我也会用画笔了\n,哈哈哈",font=("Times",30,"normal"))
if b%100==33: pen.hideturtle()
print("&"+str(a)) turtle.done()
break \ No newline at end of file
if b%10==3:
print(a)
break
b=int(b/10)
a=a+1
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