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 snippet?
print(‘Hello World’.istitle())

What will be the output of the following Python code snippet?
print(‘Hello World’.istitle())
a) true
b) false
c) none
d) Error

Answer: a
Explanation: It is in title form.

Join The Discussion