In Python, empty values like an empty string are considered False. When we apply bool() again on a boolean value, it remains the same. Answer: A) False <class 'bool'> #Python #Boolean #Truthiness #PythonBasics #LearningInPublic #CodingJourney #ProblemSolving
A
internaly string length>0 return true otherwise string length=0 return false