Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.06 KB

File metadata and controls

35 lines (27 loc) · 1.06 KB

Hi there 👋

from life import Creativity

class Life(Creativity):
    def __init_life__(self):
        self.education = "Graduate Student at University of St. Thomas"
        self.current_job_title = "Full Stack Developer"
        self.current_company = "WhenIWork"
        self.user = self.getUser() || None
        self.visitedUser = User
        
    #... 26 lines hidden 

    def current_projects(self) -> None:
        self.currently_learning = "Data Structure and Algorithms 📚"
        self.currently_working_on = "Creating online platform for Somali developers"
        self.excited_for = "Natural Language Processor - Deep learning"
    
    def contact_me(self) -> str:
        self.email = "olow304@gmail.com"
        
    def follow_me() -> None:
        if self.user not in this.visitedUser.getWhoTheyFollowing():
            print("Looks like you are not following {name} 😐".format(this.user.getUserName()))
        else:
            print("You are awesome 😎 ")
 
if '__repo__' == '__helpful__':
    follow.me()
    star.it()
    fork.it()