Commit ed627817 by BellCodeEditor

auto save

parent 486561ef
Showing with 16 additions and 1 deletions
'''ind = 0
sum = 0
while ind < 10:
if ind % 2 == 0:
sum += ind
ind += 1
print(sum)'''
'''s ='123456'
lst=[]
for int(i) in s:
if int(i) > int(i)+1:
lst.append(i)
print(lst)'''
...@@ -5,7 +5,7 @@ screen.bgcolor("light blue") ...@@ -5,7 +5,7 @@ screen.bgcolor("light blue")
len=screen.textinput("100","100") len=screen.textinput("100","100")
len=int(len) len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你呀的瞅什么呢\n我是爹米老鼠.",font=("Times",30,"normal")) pen.write("你呀的瞅什么呢\n我是爹米老鼠.",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
len=60 len=60
pen.penup() pen.penup()
......
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