Skip to content

Instantly share code, notes, and snippets.

View LeDonBobo's full-sized avatar

Dorian Bourgeois LeDonBobo

View GitHub Profile
@LeDonBobo
LeDonBobo / simulation_bj_v5.py
Created March 24, 2026 14:45
A python simulation of blackjack games (100000) to see what resultas we obtain and calculates what are the statistics behind this famous game.
"""
=============================================================
BLACKJACK v5 — Stratégie sur les mains molles (soft hands)
=============================================================
"""
import random
# =============================================================