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
0
Answer:
a) All in one
Explanation:
hope it's helpful.
Similar questions
Biology,
1 month ago
Computer Science,
1 month ago
Social Sciences,
1 month ago
Math,
3 months ago
Math,
3 months ago
Accountancy,
9 months ago