Posts by Thiago D. • 1 point
1 post
-
-5
votes2
answers50
viewsQ: In if, when the user puts another state that is not specified, instead of entering Else, he enters if and continues the code normally
The code is like this: est = input('Qual estado reside atualmente? ') if est == 'São Paulo' or 'SP' or 'sao paulo' or 'São paulo': email = input('Digite o seu e-mail: ') tel = input('Digite o seu…