Introducing stdout and stderr : Stdout stderr : Development PYTHON examples


PYTHON examples » Development » Stdout stderr »

 

Introducing stdout and stderr


Introducing 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 examples

 Navioo Development
» Stdout stderr