krisfaith2022 krisfaith2022 04-02-2021 Computers and Technology contestada 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