Skip to content

Commit

Permalink
added new line
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjames authored Oct 4, 2021
1 parent be0d4cd commit 603146c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ def print_banner():
print("# # # # # # # #### ##### # ### # # # # # #")
print("# # # # # # # # # # # # # # # # # # # ###")
print("# # # # # ## # # # # # # # # # ## # #")
print("###### #### # # # # ###### # # # #### # # ####")
print("###### #### # # # # ###### # # # #### # # ####")
3 changes: 2 additions & 1 deletion donkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ def start():

start()

start()

start()
2 changes: 1 addition & 1 deletion menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def main_menu():
else:
print("INVALID SELECTION!")

main_menu()
main_menu()

0 comments on commit 603146c

Please sign in to comment.