Skip to content

theh2so4/TheH2SO4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 

Repository files navigation

TheH2SO4 Trips

Heya! I'm TheH2SO4, a student currently living in Manchester, United Kingdom. I'm a geek and you can check some of my projects on the side.


class TheH2SO4():
    
  def __init__(self):
    self.username = "TheH2SO4";
    self.location = "Manchester, United Kingdom";
    self.npmjs = "@theh2so4";
    self.twitter = "@th3h2so4";
    self.discord = "@TheH2SO4#0284";
    # // self.web = "https://theh2so4.xyz"; // OUT OF ORDER
  
  def __str__(self):
    return self.username
    return self.location
    return self.discord

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

Statistics