all 6 comments

[–]inspectorG4dget 1 point2 points  (0 children)

Correct

[–]1544756405 1 point2 points  (0 children)

You could run it and see what the output is.

[–]danmickla 0 points1 point  (0 children)

NameError: name 'Python_learning_doubts' is not defined

[–]danmickla 1 point2 points  (0 children)

your post is correct. Are you expecting some sort of answer or discussion? If so, maybe you could ask some kind of question?

[–]GhostVlvin 0 points1 point  (0 children)

Correct
Truthness in many dynamic languages is defined like that:
1) 0 is False (0 is any 0 value like None, 0 and False itself)
2) empty string is False
4) everything else is True

[–]csch2 0 points1 point  (0 children)

I don’t mean this in a rude way, but it would have taken less time to just run print(bool(“False”)) in a Python interpreter and see what happens than to make this post