Computer Science, asked by ishitasaran2004, 5 months ago

Given a string as follows:

truehuman= ”Loves One and All”

Write the python expression using string slices (e.g. truehuman[n:m] ) that will produce the

given output string.Use only one of the string functions, operators with the slices [5]

a) ‘ALL IN One’

b) ‘AND’

c) ‘and LOVES’

d) ‘LOVES O’

e) ‘d All’​

Answers

Answered by bthangbiaklal
0

Answer:

a) All in one

Explanation:

hope it's helpful.

Similar questions