Skip to content
Permalink
Browse files
Merge pull request #1 from lycette2/masud
Masud to master merge
  • Loading branch information
lycette2 committed Nov 2, 2020
2 parents 076c28b + 941bf40 commit a0b5eb4224e63337f48c02c829de3e4d49b5dbd2
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 0 deletions.

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

14 time.py
@@ -0,0 +1,14 @@
# masud is not a typo

def getHours():
"""
getHours function
Description: collects information about the hours for a user. Different calculations can be made from this later on.
Input : None, steamID can be added later, or gameName once that has been implemented.
Output: Returns the number of hours, for now this is manual and very simple as a result
"""

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

# ====

0 comments on commit a0b5eb4

Please sign in to comment.