Commit eae279ec by BellCodeEditor

save project

parent c18f0d6f
Showing with 5 additions and 1 deletions
text="11111111111111111111111"
for i in range text:
print(i)
\ No newline at end of file
学生=['wu','xiao','ba','bo'] 学生=['wu','xiao','ba','bo']
学生.pop(2) 学生.pop(2)
print(学生) print(学生)
学生.insert(4,'nuo') 学生.insert(3,'nuo')
print(学生) print(学生)
red=学生[:2] red=学生[:2]
blue=学生[2:] blue=学生[2:]
......
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