[Python #12] update game for welcome message
This commit is contained in:
parent
a0012ef6c4
commit
3251b12e66
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,14 @@ cCheckNumber = baseballgameclass.CheckNumber()
|
||||||
cPrintResult = baseballgameclass.PrintResult()
|
cPrintResult = baseballgameclass.PrintResult()
|
||||||
|
|
||||||
|
|
||||||
|
welcome = """
|
||||||
|
################################
|
||||||
|
### welcome to baseball gaem ###
|
||||||
|
###############################
|
||||||
|
"""
|
||||||
|
print(welcome)
|
||||||
|
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|
||||||
if checknewgame == 0: # check new game
|
if checknewgame == 0: # check new game
|
||||||
|
|
Loading…
Reference in a new issue