class SoftwareEngineer:
def __init__(self) -> None:
self.name = "Murtada Altarouti"
self.role = "Senior Software Engineer"
self.langauges = ["English", "Arabic"]
def __str__(self) -> None:
return "Hi, my name is {}".format(self.name)
if __name__ == "__main__":
me = SoftwareEngineer()
print(me)
๐
.py
Senior Software Engineer
- Saudi Arabia
-
13:04
(UTC +03:00) - @murtadapy
- @murtadapy
- in/murtada-altarouti
Pinned Loading
-
teleporter
teleporter PublicTeleporter is a Visual Studio Code extension that allows you to teleport your cursor to any position within the document
TypeScript 8
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.