[Python #12] update game for welcome message

This commit is contained in:
kjg 2020-06-26 23:35:58 +09:00
parent a0012ef6c4
commit 3251b12e66
1 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,14 @@ cCheckNumber = baseballgameclass.CheckNumber()
cPrintResult = baseballgameclass.PrintResult()
welcome = """
################################
### welcome to baseball gaem ###
###############################
"""
print(welcome)
while True:
if checknewgame == 0: # check new game