Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What will be the output of the following Python code?
>>>str1=”helloworld”
>>>str1[::-1]

What will be the output of the following Python code?
>>>str1=”helloworld”
>>>str1[::-1]
a) dlrowolleh
b) hello
c) world
d) helloworld

Answer: a

Join The Discussion