mySubject = "Computer Science" What will be the output of the following string operations : A. print(mySubject[0:len(mySubject)]) B. print(mySubject[-7:-1]) C. print(mySubject[::2]) D. print(mySubject[len(mySubject)-1]) E. print(2*mySubject) F. print(mySubject[::-2]) Q20
Answers
Answered by
0
Answer:
follow
me
=follow
back
Mark as brainliest
Answered by
2
Answer:
Explanation:
A : Computer Science
B: Scienc
C: Cmue cec
D: e
E: Computer ScienceComputer Science
F: eniSrtpo
Similar questions
Social Sciences,
1 month ago
Math,
1 month ago
Math,
1 month ago
Social Sciences,
3 months ago
Physics,
3 months ago
Economy,
9 months ago
Computer Science,
9 months ago