#π help me
20 messages Β· Page 1 of 1 (latest)
Please react with β
to upload your file(s) to our paste bin, which is more accessible for some users.
@fading wyvern
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Please upload to the pastebin (see above).
Please describe what you need help with.
Please react with β
to upload your file(s) to our paste bin, which is more accessible for some users.
K wait 5 sec
You are missing the elif expression:
if joueur > 21:
print("π Bust, perdu")
elif print("\n,croupier retourne sa carte est devoile un : ",croupier)
you need a boolean expression after "elif"
Yeah thatβs what I was going to say to
Or you just need else:, not elif condition:
thanks
if-statements are:
if condition: action1
elif other condition: other action 0 or more times
else: final action for no match (optional)
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.