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