Hey! I'm Nibras Shami, IT Student currently living in Kuwait. I'm Currently working at Yuehlia.com as a Web/App Developer, and learning programming through my work and from projects on the side.
class NibrasShami():
def __init__(self):
self.name = "Nibras Shami";
self.username = "vreoo";
self.location = "Kuwait";
self.web = "https://nibrasshami.com";
def __str__(self):
return self.name
if __name__ == '__main__':
me = NibrasShami()