Commit a49c45cf by BellCodeEditor

auto save

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