class workers(): def __init__(self): pass def working(self): self.dene = 'STRİNG DEĞERİ' obj = workers() obj.working() print(obj.dene)