https://paste.pythondiscord.com/LIHQ
So I am making a blackjack game, one of the rules was that the card "Ace" can be used as either 1 or 11, in my code I used the ace as 1 but how can I take 11 too?
I only took 1 because I thought taking both will make it very complex but now since I have completed it I want my code to contain all the rules so I am trying to figure it out but wasn't able to figure it, that's where I need help
Also It would really help if you can tell me where I can improve the code and make it better as I am just a beginner.
