Need help.
Hello, can you help me please. What is wrong with this?
'''x=(input("Qu'est ce que tu veux savoir? (caractere)".lower()
if x == "caractere":
print("Dans le zodiaque")
else:
print("see you")'''
Voters
Ask coding questions
Hello, can you help me please. What is wrong with this?
'''x=(input("Qu'est ce que tu veux savoir? (caractere)".lower()
if x == "caractere":
print("Dans le zodiaque")
else:
print("see you")'''
Solution
you missed a few
)
at the end. Try this code.@RYANTADIPARTHI thank you