Skip to content
View maltarouti's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report maltarouti

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

Hello there πŸ‘‹

class SoftwareDeveloper:
  def __init__(self) -> None:
      self.name = "Murtada Altarouti"
      self.role = "Software Developer"
      self.langauges = ["English", "Arabic"]
  
  def __str__(self) -> None:
      return "Hi, my name is {}".format(self.name)

if __name__ == "__main__":
    me = SoftwareDeveloper()
    print(me)

GitHub Streak

✨ Technologies & Tools

Python Java C MySQL SQLite HTML5 CSS3 JavaScript Flask Git

🌍 Social Media

LinkedIn Twitter

Pinned

  1. teleporter teleporter Public

    VScode extension to teleport cursor to anywhere in the project

    TypeScript 6