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()
-
Notifications
You must be signed in to change notification settings - Fork 0
goatmmd/Mohammad-Yarmohammadi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
My personal information
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published