class PersonalInfo:
def __init__(self):
self.name = 'Mahmoud Abd El-Razek'
self.title = 'Python Django | Junior Backend Developer'
self.location = 'Cairo, Egypt'
self.ides = ['VS Code']
self.languages = ['Python','JavaScript']
self.challenge = 'Practicing to improve my Problem Solving skill'
def __str__(self):
return self.name
if __name__ == '__main__':
me = PersonalInfo()
Let's connect and chat! Open to anyone on Earth under the Sun and Moon.