Converting from a string to boolean in Python

How do I convert a string into a boolean in Python? This attempt returns True:

>>> bool("False")
True

← Назад к списку