Remember Python uses indentation to determine which code goes together. Because the while loop is not indented, it is considered as being in global scope. This it is executed when code runs and loop prints over and over again.
As per instructions, the loop should be added within the main function.
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.