Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.7 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.7 KB

✨ Hi there, Goat is here:

        
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()    

🛠  Tech Stack

Python  Django  DRF  Flask  Mongo DB  PostgreSQL  Redis  Git  Docker  LINUX