INDUSTRY: IT - WEB DEVELOPMENT

25%

IN PROGRESS

Question 3 - Python

count = 1
while count <= 5:
     print(count, end = " ")

Please inspect the chunk of PYTHON code shown above. Currently it will generate an infinite loop, please add code to the textbox to correct this error.

Save Answer