Skip to content
View nicolefabian's full-sized avatar
🌸
🌸

Block or report nicolefabian

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nicolefabian/README.md

Typing SVG

class AboutMe:
    def __init__(self):
        self.name = "Nicole Fabian"
        self.status = "Recent Graduate"
        self.studied = "Software and Web Development"
        self.location = "Auckland, New Zealand"
        self.languages_spoken = {"Tagalog": "native", "English": "fluent"}
        self.interests = ["Web Development", "UI/UX Design"]
        self.current_learning = "Phase 1 of MSA"

  
    def welcome(self):
        message = (f"Hello, I'm {self.name}! " +
          f"I am a {self.status} of {self.studied} and currently in progress doing {self.current_learning}. " +
          "Thank you for visiting :)")
        print(message)

me = AboutMe()
me.welcome()

Pinned Loading

  1. AkhilEldho/GraduationCeremony AkhilEldho/GraduationCeremony Public

    C#

  2. Bakery-Shop-Website Bakery-Shop-Website Public

    CSS

  3. GenshinApp GenshinApp Public

    Swift

  4. Android-Application-Assignment Android-Application-Assignment Public

    Java

  5. AIGrammarBot AIGrammarBot Public

    EJS

  6. AIWritingAssistant AIWritingAssistant Public

    JavaScript