Created
March 21, 2024 17:15
-
-
Save rsalaza4/8e40c7d447338c7dd0a0a623843251e9 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
# Instantiate myResume variable | |
myResume = Resume(text) | |
# Obtain resume information | |
myResume.get_first_name() | |
myResume.get_last_name() | |
myResume.get_email() | |
myResume.get_univerisities() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment