Résultats de recherche: "#pythonlists"

13 résultats
IrisTech
IrisTech@IrisTechss·
i hope i am not going ahead of myself, i kind of like the way Lists in Python feel was explained in the videos, but, i seem to be struggling with it You can add, remove, sort, and find items. 📋 #PythonLists #DataStructures #BeginnerFriendly
English
0
0
0
37
Solomon Ogumka
Solomon Ogumka@SolomonOgumka·
Day 6 of learning how to code (python) - Python Lists Today I practiced Python lists by adding, replacing, removing, and finding items, using slicing to select portions, and even handled the second occurrence of a value with index(value, start).#Python #PythonLists #LearnPython
Solomon Ogumka tweet mediaSolomon Ogumka tweet media
English
0
0
0
17
Fun with Python 🐍
Fun with Python 🐍@YourPythonFun·
2/ Lists 📜 Lists are ordered, mutable sequences. They're perfect for storing items in a specific order and allowing changes. Common operations: - Add: append() - Remove: remove() - Access: index #0️⃣ #PythonLists
English
1
0
0
2