class Human:
def __init__(self, full_name: str, location: str, language: str) -> None:
self.full_name = full_name
self.location = location
self.language = language
def say_hello(self):
print("I'm Happy to be here for showing my projects to you, hope you enjoy it!!")
goat = Human('Mohammad Yarmohammadi', 'Iran', 'Persian')
goat.say_hello()
🏠
Working from home
Pinned Loading
-
Instagram-Simulation-DRF
Instagram-Simulation-DRF PublicInstagram simulation with DRF, Serializering and DeSerializering data adn etc...
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.