Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
willtheorangeguy committed Nov 16, 2023
1 parent c2fc86b commit 780959d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 780959d

Please sign in to comment.