Advertisements
Advertisements
Question
What will be the output of the following python code?
str1 = “School”
print(str1*3)Short/Brief Note
Advertisements
Solution
School School School
shaalaa.com
Creating Strings
Is there an error in this question or solution?
