TheH2SO4 Trips

Heya! I'm TheH2SO4, a person currently living in Barcelona, Spain. I'm a geek and you can check some of my side projects.


class TheH2SO4():
    
  def __init__(self):
    self.username = "TheH2SO4";
    self.location = "Barcelona, Spain";
    self.npmjs = "@theh2so4";
    self.twitter = "@th3h2so4";
    self.discord = "@TheH2SO4#0284";
  
  def __str__(self):
    return self.username
    return self.location
    return self.discord

if __name__ == '__main__':
    me = TheH2SO4()

Statistics