
-

concatenate chars
Joining characters Using plus or join method Creating new strings
-

lamdda func
Lambda functions swift One line, one expression strong Python’s hidden gem
-

nested for
Nested loops entwine, Iteration within loops, Structured complexity.
-

func returns None
Function returns None, Use return to specify, Context is key here.
-

basic data types
Strings, ints, and floats, Lists, tuples, and dictionaries, Python’s data types.
-

string upper
String upper shines Uppercase for all to see In Python it’s found
-

string partition
String split with ease, Python’s partition method, Text manipulation.
-

any function
Python’s “any” function, Checks for truth in iterables, Use it with caution.
-

list extend
List extend in Python Adds elements to end of list In place, modifies