Mega Code Archive

 
Categories / Python / Development
 

Use system function to output

import sys                          # printing the hard way sys.stdout.write('hello world\n')