#πŸ”’ help me

20 messages Β· Page 1 of 1 (latest)

last coralBOT
#

Please react with βœ… to upload your file(s) to our paste bin, which is more accessible for some users.

#

@fading wyvern

Python help channel opened

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.

merry carbon
#

Please upload to the pastebin (see above).

Please describe what you need help with.

fading wyvern
#

yeah sry

last coralBOT
fading wyvern
#

it is create

dusky fiber
#

Where is the problem here ?

#

@fading wyvern

fading wyvern
#

just one line is bug

#

teste on pycharme

dusky fiber
#

K wait 5 sec

lunar kite
#

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"

dusky fiber
#

Yeah that’s what I was going to say to

merry carbon
fading wyvern
#

thanks

merry carbon
#

if-statements are:
if condition: action1
elif other condition: other action 0 or more times
else: final action for no match (optional)

last coralBOT
#
Python help channel closed for inactivity

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.