Beginner Python Tutorial 70 - Indefinite Loop

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

Im not sure why, but when I create the indefinite loop:
print("would you like to continue? Y/N")
response= input()
while response == "Y":
print("would you like to continue? Y/N")
response = input()
even if i input "N", it still prints "would you like to continue? Y/N" .
Can you or someone else explain if I messed up somewhere?

reuvenkatz
visit shbcf.ru