-
function overrides input parameters
Function overrides, Change behavior with ease, and, Handle edge cases.
-
list comprehension
List comp is concise, Efficient, powerful too, New lists with one line.
-
for loop
For loop, iterate Through sequences, print and break Control flow, so great
-
while with break
While loop runs and runs, Break free when the time is right, Control the code flow.
-
dictionary to json to dictionary
Dictionary To JSON and back again Python’s JSON module
-
func returns tuple
Functions return tuples Unpack and use multiple Values in Python
-
string replace
Replace strings with ease, Python’s method makes it quick, New words take their place.
-
lists
Python lists store much, Adding, accessing with ease, Versatile and strong.
-
string concatenation
Strings come together, Using plus to join them up, Dynamic and useful.