-
list appending and slicing
Appending and slice Manipulating lists with ease Python’s power shown
-
string center
String center aligns Text within a specified width Neat and visually pleasing
-
fifo queue
FIFO queue waits, First In First Out it abides, Python’s order rule.
-
list pop
List pop in Python Removes and returns elements Handle with caution
-
lists to string
Lists become one string Joining, mapping, and uniting Python transformation
-
two references one list
Two references, one List modified, shared between Mindful of the change
-
write file and read file
Open, write, and read, Python handles files with ease, Careful with paths, though.
-
while loop
While loop repeats code Until the condition is false Be cautious, escape
-
functions
Python functions rule, Encapsulating tasks well, Code organization.