MCPcopy Index your code
hub / github.com/geekcomputers/Python / welcome

Function welcome

blackjack.py:8–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

blackjack.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected