class Compte_bancaire: def __init__(self, solde_initial): self.solde = solde_initial