+2 votes
in Class 12 by kratos

Give the output of the following statements :

>> str=‘Hello Python’

>>> str.istitle()

1 Answer

+1 vote
by kratos
 
Best answer

The output is

True

...