using Booleans numerically : Boolean : Data Type PYTHON TUTORIALS


PYTHON TUTORIALS » Data Type » Boolean »

 

using Booleans numerically


foo = 42
bar = foo < 100
print bar
print bar + 100
print '%s' % bar
print '%d' % bar



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Data Type
» Boolean