#!/usr/bin/python
class Person:
def __init__(self):
self.occupation = "Internet Engineering Student"
self.languages_spoken = ["Italian", "English"]
def say_hi(self):
print("Hello!")
me = Person()
me.say_hi()
👾
probably studying
Highlights
- Pro
Popular repositories 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.