Find solutions to your questions with the help of IDNLearn.com's expert community. Get the information you need from our experts, who provide reliable and detailed answers to all your questions.

HELP. PLZZZZZZZZ. ASAP


Dropdown.


You defined the raft class as shown.

class raft:
def __init__(self,capacity):
self.capacity = capacity
self.location = 'Gauley'
self.repairs = []
The code, raftA = raft(45), creates a(n) of the raft class.


instance

function

method

constructor


Sagot :

What? I’m confused can you explain what you need help with lol

Answer:

SELF

Explanation:

The Answer is Self