Commit 212fb87e by BellCodeEditor

save project

parent 0911ad5a
Showing with 11 additions and 1 deletions
a=['a','b','c']
for i in range(len(a)):
print(a[i])
for i in a :
print(i)
\ No newline at end of file
messagge = "诺依,周末一起去看漫展吧!"
for i in messagge:
print(i)
\ No newline at end of file
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.speed(900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) pen.speed(900000000000000000000000000000000000000000)
distance=1 distance=1
for i in range(300): for i in range(300):
pen.forward(distance) pen.forward(distance)
......
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