Q. What is the output of: `print('5' * 3)`?
β
Correct Answer: (B)
555
Explanation: Repeats the string '5' three times.
Explanation: Repeats the string '5' three times.