User Tools

Site Tools


cs_lang:python:things-to-know:native-datatypes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
cs_lang:python:things-to-know:native-datatypes [2010/12/12 19:23] cedriccs_lang:python:things-to-know:native-datatypes [2010/12/13 17:15] cedric
Line 11: Line 11:
 ====== Booleans ====== ====== Booleans ======
 <code python> <code python>
 +>>> x = 42
 +>>> 19 <= 42 <= 51
 +True
 +>>> 19 <= 42 <= 41
 +>>> 
 >>> 0 == False >>> 0 == False
 True True
cs_lang/python/things-to-know/native-datatypes.txt · Last modified: 2011/01/11 14:26 by cedric