Advertisements
Advertisements
प्रश्न
What will be the output of the following python code?
str1 = “School”
print(str1*3)टीपा लिहा
Advertisements
उत्तर
School School School
shaalaa.com
Creating Strings
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
What will be the output of the following python code?
str1 = “School”
print(str1*3)School School School