Commit 4a67be3a by BellCodeEditor

save project

parent 40d56cb8
Showing with 3 additions and 6 deletions
list=[1,2,3,4,5,6,7,8,9,10]
list.remove(5)
list.remove(6)
list.pop(0)
print(list)
\ No newline at end of file
a=(1,2,3,4,5,6,7,8,9,10)
print(a[3:8])
\ 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