Skip to content

Latest commit

Β 

History

History
36 lines (26 loc) Β· 1.2 KB

File metadata and controls

36 lines (26 loc) Β· 1.2 KB

Hey there πŸ‘‹

Projects

Jarvis-bot Discord Bot

LearnEzy Discord Bot

class DrCoderEthan(self,Programmer:True):
    if Programmer == True:
          @staticmethod
          def aboutme(self)
            self.activites = ["Coding", "Music", "Games", "knowledge"]
            self.student = True
            self.color = "yellow"
            self.food = "Spaghetti Mafia"
            self.football_Fans = ['Spurs aka Tottenham Hotspur' #COYS]
          @staticmethod
          def projects(self)
             self.projects = ["Jarvis-bot Discord Bot" , "Front-end developments", "Game Devlopment(UNITY)"]
     else:
         print("Still hello πŸ‘‹") # idk really

Who_Am_I = DrCoderEthan.aboutme()
Projects = DrCoderEthan.projects()
    
    

DrCoderEthan GitHub statsTop Langs