Skip to content

Instantly share code, notes, and snippets.

@rsalaza4
Last active March 21, 2024 17:18
Show Gist options
  • Save rsalaza4/8becd30c5f4d44429e5c2f287f36508b to your computer and use it in GitHub Desktop.
Save rsalaza4/8becd30c5f4d44429e5c2f287f36508b to your computer and use it in GitHub Desktop.
# Print results
print(f"First name: {myResume.firstName}")
print(f"Last name: {myResume.lastName}")
print(f"Email address: {myResume.emailAddress}")
print(f"Universities: {myResume.universities}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment