From 755af5a7cd5ac414013ab252155f1613cfb4fb79 Mon Sep 17 00:00:00 2001 From: SlimxShadyx Date: Tue, 6 Jun 2017 21:28:05 -0400 Subject: [PATCH] Updated some comment and print lines. I updated my comment liens as some users said that they were too long and expanded into multiple lines. I have also broken one of the print lines into two, in case the same were to be happening with that as well. --- dice_rolling_simulator.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dice_rolling_simulator.py b/dice_rolling_simulator.py index a2a2c2a59c5..693a1b1ad8d 100644 --- a/dice_rolling_simulator.py +++ b/dice_rolling_simulator.py @@ -14,7 +14,8 @@ #Checking the user input to start the program. while correct_word == False: - user_input_raw = raw_input("\r\nWelcome to the Dice Rolling Simulator! We currently support 6, 8, and 12 sided die! Type [start] to begin!\r\n?>") + user_input_raw = raw_input("\r\nWelcome to the Dice Rolling Simulator! We currently support 6, 8, and 12 sided die! \ + Type [start] to begin!\r\n?>") #Converting the user input to lower case. user_input = (user_input_raw.lower()) @@ -46,7 +47,8 @@ else: print "\r\nPlease choose one of the applicable options!\r\n" - #Another inner while loop. This one does the actual rolling, as well as allowing the user to re-roll without restarting the program. + #Another inner while loop. This one does the actual rolling, as well as + #allowing the user to re-roll without restarting the program. while dicer == False: if user_dice_chooser == 6: