Compare commits

..

No commits in common. "6d3f2f90cc6c76cfad772ea4b5140cd7f1e86ae4" and "3a611b2218364f98c32d8d0b5f61c6369036a5f3" have entirely different histories.

3 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,7 @@ def verify_user(information):
def greet_user(): def greet_user():
"""Greet the user by name.""" """Greet the user by name."""
path = Path('../Chapter_10/user_info.json') path = Path('user_info.json')
information = get_stored_info(path) information = get_stored_info(path)
if information: if information:
confirmed = verify_user(information) confirmed = verify_user(information)

View File

@ -1 +1 @@
{"username": "Gerry", "location": "WY", "age": "82"} {"username": "Ken", "location": "PA", "age": "66"}

1
user_info.json Normal file
View File

@ -0,0 +1 @@
{"username": "Bregg", "location": "RT", "age": "833"}