Vidyalelo
Python · Q19

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 19

Q19

What is the result of "5" * 3 ?

A.
15
B.
8
C.
"555"
Answer
D.
"53"

Answer: Option C

Solution

Answer: Option C
Solution:
The * operator repeats a string a specified number of times.