Hello there! I'm Chris (AKA Reflex), i was born in 2005 and i'm currently studying computers' science! Here is my website :)
class daglaroglou:
def __init__(self):
self.name = "Christos Daglaroglou";
self.username = "daglaroglou";
self.location = "Thessaloniki, Greece";
self.twitter = "@_daglaroglou_";
self.web = "https://dag.killyourself.lol";
self.discord = "daglaroglou";
def __str__(self):
return self.name
if __name__ == '__main__':
me = daglaroglou()