Commit 83f889e8 by BellCodeEditor

save project

parent 3bda450f
Showing with 9 additions and 4 deletions
student = ["悟空","小贝","八戒","波奇"]
for i in range(1,10):
for j in range(1,i+1): students.pop(2)
print(j,"x",i,"=",(j*i),end=" ")
print() students.append("诺伊")
red=students[0:2]
blue=students[2:]
\ 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