Python Journey

My Python Journey

Useful Operators We can use the Range function to create a range of numbers in a list instead of typing them manually The Enumerate function will allow us to index items in a list and return them as tuples. We can then use tuple unpacking The Zip function allows us to take multiple lists and

My Python Journey Read More »