Posts by wesegegweg • 21 points
1 post
-
1
votes3
answers4541
viewsQ: Syntax error in Python code. What is it?
print("**************") print("Seja Bem Vindo") print("**************") numero_secreto = 65 chute = input("Digite um numero:") print("Você digitou: ",chute) if numero_secreto == chute print("você…