Q19
What is the result of "5" * 3 ?
A.
15
B.
8
C.
"555"
AnswerD.
"53"
Answer: Option C
Solution
Answer: Option C
Solution:
The * operator repeats a string a specified number of times.
MCQs for Python Data Types and Numeric Types Chapter
Programming · Python · question 19
Q19
Answer: Option C