From 141bde3965472e5731dc43c2122f78dd8715b3a8 Mon Sep 17 00:00:00 2001 From: Colcothar <33038729+Colcothar@users.noreply.github.com> Date: Tue, 24 Oct 2017 14:45:05 +0100 Subject: [PATCH] Removed Spaces --- Number_Game_2.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Number_Game_2.py b/Number_Game_2.py index 1998e91..d9867f9 100644 --- a/Number_Game_2.py +++ b/Number_Game_2.py @@ -13,8 +13,6 @@ def try_again(): else: quit() - - def com_random_number_game(a, b): guess = random.randint(a, b) print("Welcome to the number guessing game.") @@ -46,8 +44,4 @@ def com_random_number_game(a, b): try_again() - - - - com_random_number_game(1, 10)