MCQs Relationship with classes Advanced Python Programming

MCQs Relationship with classes 1. Do we’ve to use list() to perform one-many operation? FALSE TRUE Ans: True 2. How can you perform many to many relationship? By using dictionary in each class By using list in each class By…