Source Code:
(back to article)
string = "True" boolean = bool(string) print(boolean) # Output: True
Result:
Report an issue