Skip to content
Permalink
7bd0fb89c8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
13 lines (10 sloc) 312 Bytes
# 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 >>>")
# ====