Python Tutorials for Beginners - Boolean Operators

preview_player
Показать описание
Short and sweet: Python Tutorials for Beginners - Boolean Operators
Рекомендации по теме
Комментарии
Автор

Nice video. That 'is equals to' hurts my ears a lot, though.

singularity
Автор

EX.:

a = 10
b = 10
c = 1000

print  a == b

DON´T SHOW THE RESULT. ONLY TYPING (A==B).

WHY?

josealan
Автор

So effectively there are no boolean's in python. I can't simply say boolean test = true
then do  while(test == true) {do something}

chilobemwanza
Автор

Chilobe, booleans DO exist in Python... don't forget that Python is case-senstiive... begin the key words True and False with capitals

hunkimtutorials
visit shbcf.ru