Question
4. What will be the output of the following Python code? a-("Check")*3 a) (Check CheckCheck) b) *Operator not valid for tuples c) ("CheckCheckCheck')
Question image 1