Last active
March 21, 2024 17:18
-
-
Save rsalaza4/8becd30c5f4d44429e5c2f287f36508b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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