Let's Code Python: Blackjack
Channel:
Subscribers:
1,700
Published on ● Video Link: https://www.youtube.com/watch?v=s99L7ctOGkk
Blackjack is a pretty popular coding exercise.
You can find the source code for this in my GitHub repository of small scripts:
https://github.com/TigerhawkT3/small_scripts
Here's a direct link to the blackjack script:
https://github.com/TigerhawkT3/small_scripts/blob/master/blackjack.py