Commit 14625083 by BellCodeEditor

save project

parent 845d5679
Showing with 6 additions and 1 deletions
......@@ -10,7 +10,7 @@ screen.bgcolor("black")
colore=["red","blue","green","yellow","orange"]
i=0
# 请创造师在下面接着创
While True():
while True():
pen.pencolor(colore[i%5])
pen.forward(i)
i+=1
......
i=5
j=7
ij=i*j
print(i,"*",j,"=",ij)
\ 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