Please help I am just starting to learn programming and I try to create aiogram acyncio telegram bot, but I can’t call the function in for loop
There handlers for get message from user and that work but in for loop I need to stop loop and get new message from user and store it in variable new_answer
. Then I need use that variable in if statement
but I not get how to do that
Pls help i am just strat to lern programming and i try to create aiogram acyncio telegram bot, but i can’t call the function in for loop
There hendlers for get message from user and that work but in for loop i need to stop loop and get new
message from user and store it in variable new_answer, then i need use that variable in if statement
but i not get how to do that