class Computer: pass komputer1 = Computer() komputer2 = Computer() print(komputer1) print(dir(komputer1))