import string
class User:
def __init__(self) -> None:
self.name = self.compile([39, 14, 4, 11])
self.country = self.compile([34, 13, 3, 14, 13, 4, 18, 8, 0])
@property
def Me(self) -> None:
print (f"Hello, my name is {self.name}!")
print (f"I'm from {self.country}.")
def compile(self, index) -> str:
return ''.join([string.ascii_letters[i] for i in index])
WhoIs = User()
WhoIs.Me
π
looking for love.
solo player.
- Konohagakure.
-
21:43
(UTC +07:00) - https://trakteer.id/dreamypoeple/link
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.