1. list1 = ['Peter', 'Paul', 'Mary', 'Jane']
2. list2 = ['Peter', 'Paul', 'Mary', 'Jane']
3.
4. print(list1 is not list2)
5. print(list1 != list2)
6.
7. list1 = list2
8.
9. print(list1 is not list2)
10. print(list1 != list2)
1. distance = 1876.23
2. amount = +42E7
3. country = 'Italy'
What are the types of the variables distance, amount and country?
1. x = 42
2. y = 7
3. data = "I'm gonna make him an offer he can't refuse."
Which of the following expressions will evaluate to 19?
would create an instance of the Computer class correctly?
1. class Computer:
2. def __init__(self, ram):
3. self.ram = ram
4. self.type = 'server'
© 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.
