When completing exercise 11 in part 6, TMC says that the output when an input of 0 is put should result in 2 lines, while my code prints out the line "Bye now!" and then breaks from the loop. The only way I fixed this was by incorrectly having to place print("Bye now!") twice, which isn't what was asked in the example. TMC marked it as correct but it shouldn't have worked. Please check this. Thank you!