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