Skip to content

rcghpge/rcghpge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 

Repository files navigation

About Me

"""
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())

About

About me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published