Skip to content

Instantly share code, notes, and snippets.

@Allwin12
Created January 22, 2020 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Allwin12/5d92c3f856af2073ed7d5829d66fa5df to your computer and use it in GitHub Desktop.
Save Allwin12/5d92c3f856af2073ed7d5829d66fa5df to your computer and use it in GitHub Desktop.
mock_data = {
"id": 1,
"first_name": "Cory",
"last_name": "Schimmang",
"email": "cschimmang0@skype.com",
"gender": "Female",
"ip_address": "186.239.104.33"
}
for x in mock_data.keys():
print(x)
"""
id
first_name
last_name
email
gender
ip_address
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment