Commit 01a00d27 by BellCodeEditor

save project

parent 5fb28825
Showing with 7 additions and 8 deletions
import turtle student = ["悟空","小贝","八戒","波奇"]
pen = turtle.Pen() student.pop(2)
for i in range(5): student.append("诺伊")
pen.forward(100) print(student)
pen.right(144) red(list[0:1])
pen.hideturtle() blue(list[2:3])
turtle.done() \ No newline at end of file
\ 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