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)
π
Working from home
Pinned Loading
-
teleporter
teleporter PublicVScode extension to teleport cursor to anywhere in the project
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.