What is the output of the following program?
tup=("Check")*3 print(tup)
Unexpected
3Check
CheckCheckCheck
Syntax Error
This question is part of this quiz :