()
| 6 | |
| 7 | |
| 8 | def welcome(): |
| 9 | print( |
| 10 | " ********************************************************** " |
| 11 | ) |
| 12 | print( |
| 13 | " Welcome to the game Casino - BLACK JACK ! " |
| 14 | ) |
| 15 | print( |
| 16 | " ********************************************************** " |
| 17 | ) |
| 18 | |
| 19 | |
| 20 | def start_game(): |