label = tk.Label(
text='Hello, World!',
fg='white',
bg='black',
width=10,
height=10
)
What are the characteristics of the above label? (select 2)
1. class Laptop:
2. def __init__(self, ram=8):
3. self.ram = ram
4.
5. def set(self, ram=4):
6. self.ram += ram
7. return self.ram
What is the expected output of the following code?
laptop = Laptop()
print(laptop.ram)
laptop.set()
print(laptop.ram)
laptop.set(8)
print(laptop.ram)
© Copyrights DumpsEngine 2026. All Rights Reserved
We use cookies to ensure your best experience. So we hope you are happy to receive all cookies on the DumpsEngine.
