How can you call the open_door method of the class Door? If there are several options, write one of them.
class Door:
def open_door(self):
print("Door open")
door = Door()How can you call the open_door method of the class Door? If there are several options, write one of them.
class Door:
def open_door(self):
print("Door open")
door = Door()Create a free account to access the full topic