Dive into the application of basic looping techniques in real scenarios. This course will allow you to apply your Python knowledge to solve practical tasks, developing your skill in real-world applications of simple loops.
Creating Geometric Mean Pairs from an Array
Pairing Numbers with their Reverse Counterparts in a List
Summing Up Opposite Elements in an Array
Calculating Product of Odd Digits in a Number
Reversing Integer Digits with a While Loop
Duplicating Digits in an Integer
Counting Groups of Consecutive Equal Digits in a Number
String Rearrangement in Special Order
Circular Character Jump in a String
Reversing String Characters in Triplets
Iterating Array From the Middle to Ends and Calculating Multiplication
Pairing Array Elements from the Middle to the Ends
Alternate Traversal of an Array from the Middle to Ends
Run-Length Encoding of Alphanumeric String
Identifying Consecutive Groups of Characters in Reverse
Identifying Consecutive Pairs of Identical Characters in a String