Hi, I'm Amimul Ehshan ๐
Here are some ideas to get you started:
- ๐ญ Iโm currently working in Blubird Interactive.
- ๐ฑ Iโm currently learning django
- ๐ฌ Ask me about laravel, php or any tech related stuff .
- ๐ซ How to reach me: Twitter - @amims71)
- ๐ Pronouns: He/His
- โก Fun fact: ... -->
class Amimul Ehshan():
def __init__(self):
self.name = "Amimul Ehshan";
self.username = "amims71";
self.location = "Dhaka, Bangladesh";
self.twitter = "@amims71";
self.facebook = "@amims71";
def __str__(self):
return self.name
if __name__ == '__main__':
me = Amimul Ehshan()