None placeholder : Variable : Introduction PYTHON TUTORIALS


PYTHON TUTORIALS » Introduction » Variable »

 

None placeholder


X = None                                     # None placeholder
print X 
L = [None100                             # Initialize a list of 100 Nones
print L 

print type(L)                                # Types
print type(type(L))                          # Even types are objects



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Introduction
» Variable