Когда я пробую этот код:
Код: Выделить всё
response_3 = input("please type something")
while response_3 == 'yes':
polling_active = True
print("done")
Код: Выделить всё
yesКод: Выделить всё
printWhy not? If I try using an
Код: Выделить всё
ifКод: Выделить всё
whileИсточник: https://stackoverflow.com/questions/781 ... while-loop