stdout and stderr : Input : Buildin Function PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Function » Input »

 

stdout and stderr


for i in range(3):                        
    print 'Dive in

import sys 
for i in range(3)
    sys.stdout.write('Dive in')                

for i in range(3)
    sys.stderr.write('Dive in')



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Buildin Function
» Input