Sydrose323 Sydrose323 23-02-2021 Computers and Technology contestada 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.