Skip to content
Permalink
Browse files
returns hours. Code will be edited in the future to work with discord
  • Loading branch information
masudm6 committed Nov 2, 2020
1 parent a0b5eb4 commit 27bb5331574fb0a21de3a79a22e6fe4a1cf562bb
Showing 1 changed file with 2 additions and 1 deletion.
@@ -9,6 +9,7 @@ def getHours():
"""

manualHours = input("Enter hours >>>")
return manualHours
hours = manualHours
return hours

# ====

0 comments on commit 27bb533

Please sign in to comment.