Learn Blackjack Video Source & Info:
In this video I’ll show you how to convert aces from 11 to 1 for our Blackjack game with Tkinter and Python.
In Blackjack, an ace can be worth either 11 points or 1 point, depending on the situation.
In this video we’ll convert our aces from elevens to ones when we need to do that.
#tkinter #codemy #JohnElder
Timecodes
0:00 – Introduction
2:17 – Check For Ace Conversion
2:38 – Enumerate Player_Score List
3:10 – Change Ace From 11 To 1
3:19 – Recalculate Totals
4:25 – Check For 21 Or Bust
5:50 – Make Player_Score global
6:15 – Test It Out!
7:33 – Conclusion
Source: YouTube
bro, how i can download postgresql to use it with heroku with python flask?
▶️ Watch Entire Tkinter Playlist ✅ Subscribe To My YouTube Channel:
http://bit.ly/2UFLKgj http://bit.ly/2IGzvOR
▶️ See More At: ✅ Join My Facebook Group:
https://Codemy.com http://bit.ly/2GFmOBz
▶️ Learn to Code at https://Codemy.com ✅ Buy a Codemy T-Shirt!
Take $30 off with coupon code: youtube1 http://bit.ly/2VC9WUN
▶️ Get The Code
https://bit.ly/3hvRXcm
Hi, John
I have recently subscribed to your channel, saw your playlist till building a text editor…. could you pls share the vide of how to create a print dialog box and not just save and print
I was wondering why you just didn't subtract ten if you had an ace when you went over?
Sir i have a question that i build a CRM database software from your tutorials with MYSQL. And then when i convert it into the .exe it does not run on the other pc. Why ??
Nice ☕💻
John, what happens when the player has 2 aces in hand, one of which is opted to be an 11 and the other opted to be a 1?
Thank you!