Day 2, Bug Fixing Exercise 1

Explanation

Code was

while True

print("Hello")

but it should be

while True:

    print("Hello")


Recommended Course

Python Mega Course: Learn Python in 60 Days, Build 20 Apps
Learn Python on Udemy completely in 60 days or less by building 20 real-world applications from web development to data science.