Commit 2e213677 by BellCodeEditor

save project

parent bb6012f2
Showing with 7 additions and 6 deletions
i = 1 students = ["悟空","小贝","八戒","波奇"]
for i in range(2,10,2): students.pop(2)
for j in range(1,i+1): students.append("诺依")
print(i,"*",j,"=",(i*j),end=" ") red = students[0:2]
print() blue = students[2:5]
\ No newline at end of file print(red,blue)
\ 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