Possible Duplicate:
Boolean in Python
I cant seem to find references to Boolean variables in Python 3. Are there boolean variables in python?
So for example, how would I do this in python:
bool checker;
while(checker = false)
{
//do this
}
...
Thanks