Advertisements
Advertisements
Question
Consider the following string mySubject:
mySubject = "Computer Science"
What will be the output of the following string operation:
print(2*mySubject)
One Line Answer
Advertisements
Solution
Computer ScienceComputer Science
shaalaa.com
String Operation in Python
Is there an error in this question or solution?
