Commit 5ae137ec by BellCodeEditor

save project

parent 26795a9e
Showing with 4 additions and 2 deletions
a=[1,2,3,4,7,8,9] a=[1,2,3,4,7,8,9]
print(a[4:7]) b=[1]
\ No newline at end of file b.append(a[4:])
print(b)
\ 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