CommonLounge
Categories
About
Get Started
NaN.
Python3: Lists
[ Edit ]
From
Learn Python 3
course
Choose your learning format:
Article
Cards
Video 🎁
Loading…
Category:
Computer Programming
8 Comments
Mark completed
Previous
Quiz: Python3 Comparisons and If statements
Next
Python 3: Loops
About the contributors
AJ
Anant Jain
Co-Founder, CommonLounge
PJ
Prabhav Jain
Co-founder, Commonlounge. MIT EECS.
KD
Keshav Dhandhania
Computer Science @ MIT (2014)
View Discussion (8)
Part of course:
Learn Python 3
Quiz: Python3 Comparisons and If statements
Previous item
Python3: Lists
Lists
Finding number of elements in a list: len()
Sorting a list: sort()
Reversing a list: reverse()
Concatenating two lists: + operator
Repeating a list: * operator
Using indexes to access and modify elements
Appending a single element to a list
Deleting elements from a list
Checking if an element exists in a list with in
List build up
Using slices to access and modify sublists
Copying lists
Summary
Python 3: Loops
Next item
Show admin stats