In python, I was doing a function in trying to make a client program:
AndIgotthiserror,notknowingwhy:
Can someone help me?
The if
and else
are without the colon.
Example:
if(condição):
# Código
elif(condição):
# Código
else:
# Código