More cards
Now let's use the deck of cards to calculate some conditional probabilities.

Bu egzersiz
Foundations of Probability in Python
kursunun bir parçasıdırUygulamalı interaktif egzersiz
Bu örnek kodu tamamlayarak bu egzersizi bitirin.
# Needed probabilities
P_first_Jack = ____/____
P_Jack_given_Jack = ____/____
# Joint probability calculation
P_two_Jacks = ____ * ____
print(P_two_Jacks)