Skip to content
View sepehrrasooli's full-sized avatar
🎯
Learning !
🎯
Learning !
  • ~/
  • /dev/null

Block or report sepehrrasooli

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
sepehrrasooli/README.md
class Identity:
    def __init__(self,name:str,age:int,location:str):
        self.name = name
        self.age = age
        self.location = location

class Programmer:
    def __init__(self,specialty:str,familiar_with:list,interested_in:list):
        self.specialty = specialty
        self.familiar_with = familiar_with
        self.interested_in = interested_in


identity = Identity(
    "Sepehr", 
    18, 
    "Tehran",
)

programmer = Programmer(
    "Back-End, Python Developer",
    ["Git","Javascript","Docker","Django","Linux"],
    ["Open-Source Community","Linux","Security"],
)

Pinned Loading

  1. lnxpy/hey lnxpy/hey Public

    💬 AI-Powered Pair Programming Friend!

    Python 223 12

  2. LinuxClock LinuxClock Public

    Linux Clock, A terminal-based alternative to Windows Clock !