"""
Generate an About Me in Python
"""
def about_me() -> str:
return ("Hey, I'm Robert. I am a full-time university student.\n"
"My interests include:\n" + "\n".join(f"- {i}" for i in
["Research", "Development", "Programming", "Engineering", "AI", "Data Science"]) +
"\nCurrently, I'm focusing on graduating.")
print(about_me())
Robert @utarlington
- Dallas/Fort Worth, TX
-
07:00
(UTC -06:00) - https://robertcocker.com
- in/robertcocker
- @rcxpge
Highlights
Popular repositories Loading
-
-
-
-
-
ibm-chicago-eda-assignment
ibm-chicago-eda-assignment PublicEDA assignment on Chicago utilizing public data.
Jupyter Notebook
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.