class Jawad:
def __init__(self):
self.username = 'jawadalmuhtasim'
self.name = 'Jawad Al Muhtasim'
self.twitter = '@jawadalmuhtasim'
self.instagram = '@jawadalmuhtasim'
self.code = {
'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Boostrap'],
'backend': ['Python', 'PHP', 'Django', 'NodeJS']
}
def __str__(self):
return self.name
if __name__ == '__main__':
me = Jawad()
Hey, nice to see you.
Welcome to my page! I am Jawad, a student✨
A curious knowledge-seeker with an appetite to master in-depth wow technologies. I want to apply all of them. Yes, I want to be the Einstein of every single thing. Wait a second, I don't want to spend all of my life only in digging up stuff, I will create a lot of things (I don't know yet...) to change the world.