CBSE Class 12 Computer Science Question 11 of 105

Python Revision Tour II — Question 5

Back to all questions
5
Question

Question 5

The * operator when used with a list/string and an integer, replicates the list/string.

Answer