Computer Science, asked by ammaraliazmi, 3 months ago

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 monikasangal250
0

Answer:

follow

me

=follow

back

Mark as brainliest

Answered by peeyush321kumar
2

Answer:

Explanation:

A : Computer Science

B: Scienc

C: Cmue cec

D: e

E:  Computer ScienceComputer Science

F: eniSrtpo

Similar questions