Question 1
Analyze the following snippet and choose the best statement that describes it.
class Sword:
var1 = 'weapon'
def __init__(self):
self.name = 'Excalibur'
s1 = Sword()
Question 2
Analyze the following snippet and choose the best statement that describes it.
Question 3
What is a static method?
Question 4
If purple can be obtained from mixing red and blue, which color codes represent the two ingredients? Select two answers)
Question 5
What is true about the unbind_all () method?
(Select two answers.)
