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