Examveda

What will be the output of the following Python code?
>>> a=("Check")*3
>>> a

A. ('Check','Check','Check')

B. * Operator not valid for tuples

C. ('CheckCheckCheck')

D. Syntax error

Answer: Option C


This Question Belongs to Python Program >> Tuples In Python

Join The Discussion

Related Questions on Tuples in Python