Tagged articles
2 articles
Page 1 of 1
Lisa Notes
Lisa Notes
Mar 31, 2026 · Fundamentals

Python Basics: Common String and List Operations with Code Examples

This learning note demonstrates essential Python list and string techniques, including list concatenation with '+', membership testing using 'in' and 'not in', and various slicing methods, all illustrated with concrete code snippets and their output.

Code ExamplesListPython
0 likes · 3 min read
Python Basics: Common String and List Operations with Code Examples