Skip to content
View AymanMujahid's full-sized avatar
:octocat:
💻
:octocat:
💻
Block or Report

Block or report AymanMujahid

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
AymanMujahid/README.py
from earth import Human

class ItMe(Human):
    first_name: str = "Ayman"
    last_name: str = "Mujahid"
    work_where: str = "SBS"
    work_what: str = "backend-engineer"

    @classmethod
    def hi(cls):
        print(f"hey 👋, i'm {cls.first_name.capitalize()}")
        print(f"currently i work in {cls.work_what} @ {cls.work_where}")

>>> ItMe.hi()
hey 👋, i'm Ayman Mujahid
currently i work in backend-engineer @ SBS

Popular repositories

  1. todo-list-app- todo-list-app- Public

    api-platform & symfony

    PHP 1

  2. student-system student-system Public

    PHP

  3. Crud-app Crud-app Public

    Simple microservices Crud project -- symfony & Api Platform

    PHP

  4. HomeStation HomeStation Public

    Home Food delivery app flutter

  5. FaceRecognition-API FaceRecognition-API Public

    Python

  6. AymanMujahid AymanMujahid Public