____ _ _ | _ \ _____ _| |__ (_)_ __ | | | |/ _ \ \/ / '_ \| | '_ \ | |_| | (_) > <| |_) | | | | | |____/ \___/_/\_\_.__/|_|_| |_|
Title:Sergiu Armando (Gypsy)
Created:Aug 28th, 2024
Created by: Anonymous
Views: 224
Comments: 1
Username: Anonymous - (Login)
Please note that all posted information is publicly available and must follow our TOS.
Doc:{Out}in/ Name:Drăgan Sergiu Armando Age:15 Date of birth: 09.june.2009 Country:Romania Origin:Gypsy Additional Information: He has no natural parents he was adopted original mother:Not known probably dead Original dad :Not known probably alive Adoptive mother:Adela Diaconu https://www.facebook.com/share/5DHhccnpAEvy8ckZ/ Adoptive da: Nicolae Dieaconu https://www.facebook.com/share/1KXNCmAxq8qmDstS/ Sister1:Macru Mădălina https://www.facebook.com/share/54R1HNX6MFcvzWxQ/ Sister2:Denisa Drăgan https://www.facebook.com/share/Hny4jirggf99BYZK/ Phone number:+40 785 991 220(Ro) Instagram: https://www.instagram.com/armando._.ana?igsh=MTltOGRlcmUxcWEzNw== https://www.instagram.com/sergiu._.armando7?igsh=YzIyYW5pcW5mcm83 https://www.instagram.com/armando._.sergiu?igsh=c3FmcmVobzB3NXVx https://www.instagram.com/sergiudragan227?igsh=MTc4NXdjdmFnMjhlOQ== https://www.instagram.com/dragansergiu960?igsh=bG5mYTZwaWk1NGo= Facebook: https://www.facebook.com/share/zFvXLz8c36Fb4SZK/ https://www.facebook.com/share/DQf25k1jaDFxLw4C/ import random import string class ParadoxulLuiSergiuDragan: def __init__(self): self.nume = ''.join(random.choices(string.ascii_uppercase + string.digits, k=7)) self.magie = random.random() self.termeni_confuz = [] def adauga_termen(self): termen = ''.join(random.choices(string.ascii_letters + string.punctuation, k=random.randint(3, 10))) self.termeni_confuz.append(termen) def paradox(self): while len(self.termeni_confuz) < 10: self.adauga_termen() self.magie *= random.uniform(-1, 2) self.nume = self.nume[::-1] + ''.join(random.choices(string.ascii_lowercase, k=3)) return self.nume + str(self.magie) def iluzia_lui_SergiuDragan(): obiect = ParadoxulLuiSergiuDragan() rezultat = obiect.paradox() return ''.join(random.sample(rezultat, len(rezultat))) # Execută "iluzia" output_final = iluzia_lui_SergiuDragan() print(f"Rezultatul final al iluziei: {output_final}")
4 months ago