class Developer():
def __init__(self):
self.fullname = "Reza Rezaee"
self.location = "Esfahan, Iran"
self.gmail = "[email protected]"
self.web = "rezarezaeedev.github.io"
def __str__(self):
return 'A passionate individual who loves building web applications and learnin more'
if __name__ == '__main__':
me = Developer()
Pinned Loading
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.

