diff --git a/time.py b/time.py new file mode 100644 index 0000000..369978c --- /dev/null +++ b/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 >>>") + +# ====