class M3tex:
def __init__(self):
self.username = "M3tex"
self.location = "France"
self.occupation = "Computer Sciences student"
def greet(self, visitor):
print(f"Hey {visitor} ! My name is {self.username}, I am a {self.occupation} from {self.location} !")
if __name__ == '__main__':
me = M3tex()
me.greet(you)
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.