def ueberweisen(self, value, target): if (self.isAdult == 1): self.kontostand = self.kontostand - value * 1.015 else: self.kontostand = self.kontostand target.kontostand = target.konto