Skip to content
Permalink
Browse files
Added code for the manual entry of hours
  • Loading branch information
masudm6 committed Oct 30, 2020
1 parent 96d3c62 commit 7bd0fb89c842f399bc17377dfde6746845d86e69
Showing 1 changed file with 13 additions and 0 deletions.
13 time.py
@@ -0,0 +1,13 @@
# masud

def getHours():
'''
getHours function
Description: collects information about the hours for a user.
Input : None, steamID can be added later, or gameName once that has been implemented.
Output: Returns the number of hours,
'''

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

# ====

0 comments on commit 7bd0fb8

Please sign in to comment.