What is the output of the folloWhat is the output of the following program ?print"Hello World"[::-1] wing program ?print"Hello World"[::-1]
Answers
Answered by
5
Answer:
dlroW olleH
Explanation:
It simply reverse the string
Answered by
1
Answer:
dlrow oellh
Explanation:
reverse the string
Reversing a string is the technique that reverses or changes the order of a given string so that the last character of the string becomes the first character of the string and so on. Furthermore, we can also check the Palindrome of the given string by reversing the original string.
FINAL ANSWER- dlrow oellh
#SPJ2
Similar questions