Yuritopiaposadism [none/use name]@hexbear.net to chapotraphouse@hexbear.netEnglish · 9 months agoNo one wants to go broke.hexbear.netimagemessage-square45fedilinkarrow-up1155arrow-down10file-text
arrow-up1155arrow-down1imageNo one wants to go broke.hexbear.netYuritopiaposadism [none/use name]@hexbear.net to chapotraphouse@hexbear.netEnglish · 9 months agomessage-square45fedilinkfile-text
https://fortune.com/europe/2024/02/05/unemployed-gen-z-turn-work-down-because-they-cant-afford-commute-uniform-report-cost-of-living-crisis/
minus-squareSpongebobsquarejuche [none/use name]@hexbear.netlinkfedilinkEnglisharrow-up6·9 months agoOn what now?
minus-squareWater Bowl Slime@lemmygrad.mllinkfedilinkEnglisharrow-up5·9 months agoTHEY DID SURGERY ON A GRAPE They did surgery on a grape They did surgery on a grape They did surgery on a grape :theydidsurgeryonagrape:
minus-squareinvalidusernamelol [he/him]@hexbear.netlinkfedilinkEnglisharrow-up5·edit-29 months agoclass Grape: ... class They: def __init__(self, patient: Grape, profession: str): self.patient = patient self.profession = profession def do(self): print(f"{type(self).__name___} did {self.profession} on a {type(self.patient).__name__.lower()}" if __name__ == '__main__': the_grape = Grape() they = They(the_grape, "surgery") they.do()
On what now?
THEY DID SURGERY ON A GRAPE
They did surgery on a grape
They did surgery on a grape
:theydidsurgeryonagrape:
class Grape: ... class They: def __init__(self, patient: Grape, profession: str): self.patient = patient self.profession = profession def do(self): print(f"{type(self).__name___} did {self.profession} on a {type(self.patient).__name__.lower()}" if __name__ == '__main__': the_grape = Grape() they = They(the_grape, "surgery") they.do()