class Attributes(glovekyl):
@staticmethod
def about() -> tuple:
name = "Kyle"
job = "Software developer"
languages = ["golang", "lua", "python", "rust", "typescript"]
pronouns = "he/him"
return name, job, languages, pronouns
@staticmethod
def contact() -> tuple:
homepage = "https://kyle.rocks"
email = "contact@kyle.rocks"
return homepage, email
Pinned Loading
-
google-code-jam
google-code-jam Public archive"Challenging professional and student programmers around the globe to solve algorithmic puzzles"
Python
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.