class Profile:
def __init__(self):
self.name = 'Hau'
self.location = 'Tokyo/Asia'
def __str__(self):
return self.name
if __name__ == '__main__':
me = Profile()
π€
hm
I work on random things and hope that they bring some values to others as well.
- Japan
-
14:33
(UTC +09:00)
Pinned Loading
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.