Python Refresher 2 (For Loop/While Loop)

Learning Objective

To refresh and practice on Python codes, focusing on loops this time round.

Result

Did some practice exercises on For Loop and While Loop

Basic While Loop

While Loop1 While Loop2

Basic For Loop

For loop 1 For loop 2 For loop 3

For Loop Practice Exercises

For loop 4 For loop 5

Fizz-Buzz Test

FizzBuzz1

I am quite surprised that I can still remember most of the things I have learnt before and can even improve on the codes I have written previously!

Python
Written on July 17, 2021