✪ Choose the correct option.
Analyze the following code.
count = 0
while count < 100:
# Point A
print(“Welcome to Python!”)
count += 1
# Point B
# Point C