From 780959dfd7152a8dfff330b411ee1a097e70d2e6 Mon Sep 17 00:00:00 2001 From: William Vandergraaf Date: Wed, 15 Nov 2023 20:44:53 -0700 Subject: [PATCH] Fix comments --- main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index 13193a6..f70cc9c 100644 --- a/main.py +++ b/main.py @@ -108,8 +108,8 @@ def main(): elif length_type.lower() == "license": print("Running Calculator Copyright (C) 2022-2023 @willtheorangeguy") print( - "This program comes with ABSOLUTELY NO WARRANTY;" \ - " for details view the license." + "This program comes with ABSOLUTELY NO WARRANTY;" + " for details view the license." ) print("This is free software, and you are welcome to redistribute it") print("under certain conditions; view the license for details. \n") @@ -143,8 +143,8 @@ def main(): secs = float(input("How many seconds did it take you? ")) except ValueError: print( - "Values must be in numerical form, " \ - "and only seconds can be a decimal! \n" + "Values must be in numerical form, " + "and only seconds can be a decimal! \n" ) time_run = True