Posts by accquaviva • 41 points
3 posts
-
1
votes3
answers3324
viewsQ: Ignore if it is uppercase and lowercase in the string
n1 = input('Qual é o seu bolo favorito?') if n1 = 'Bolo de Chocolate': print('teste123') If the user writes "Chocolate Cake" all in minuscule or all in uppercase, it will happen not to enter the if…
-
2
votes3
answers85
viewsQ: Repeat if again when validation fails
ConvInicial = str(input('Você: ')) if ConvInicial == 'Não estou passando bem' or ConvInicial == 'Estou com dor' or ConvInicial == 'Preciso de ajuda': print('O que você está sentindo?') RespDor =…
-
0
votes1
answer33
viewsQ: Doubt with Insert and Select
I’m new around here and I’m having a database doubt that I’m stuck since yesterday, tried to solve and nothing, follows the next exercise: Com a Tabela de Clientes (id_cliente, nm_cliente,…
mysqlasked accquaviva 41