What will be the output of the following Python code?
str1="helloworld"print(str1[::-1])
निम्नलिखित Python कोड का आउटपुट क्या होगा?
A. dlrowolleh
B. hello हेलो
C. world वर्ल्ड
D. helloworld हेलोवर्ल्ड