Skip to content
View Sara-Cohen's full-sized avatar
👩‍🎓
👩‍🎓

Block or report Sara-Cohen

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
Sara-Cohen/README.md

Sarah Cohen's GitHub README

class SaraCohen:

    def __init__(self):
        self.name = "Sara Cohen"
        self.role = "Computer Science Student"
        self.projects = ["Study Projects", "Self-directed Projects"]
        self.skills = ["Python", "Java", "C++","Sql", "Web Development"]
        self.learning_ability = "High"

    def introduce(self):
        introduction = f"""
        Hello fellow coders! 👩‍💻✨

        I'm {self.name}, a passionate {self.role} with a love for turning caffeine into code.
        On this page, you'll find a collection of my brainchildren—ranging from {", ".join(self.projects)}.

        💡 Currently mastering the art of: {", ".join(self.skills)}.
        🚀 Known for my knack for self-directed learning and problem-solving.

        Let's collaborate, innovate, and make the virtual world a better place!

        Happy coding! 🌟
        """
        return introduction

Instantiate Sarah and let the coding adventure begin!

sara = SaraCohen()
print(sara.introduce())

Pinned Loading

  1. Bricker-Game Bricker-Game Public

    Java

  2. Pixel-Runner-Game Pixel-Runner-Game Public

    Python

  3. Hangman Hangman Public

    Python

  4. Mr-Whatever-and-Mrs-Clever Mr-Whatever-and-Mrs-Clever Public

    Java