class Termek: def __init__(self, id, nev, ar, mennyiseg): self.id = id self.nev = nev self.ar = ar self.mennyiseg = mennyiseg