Why Python language does not have a writeln() method?

Posted by systempuntoout on Stack Overflow See other posts from Stack Overflow or by systempuntoout
Published on 2010-04-04T19:33:58Z Indexed on 2010/04/04 20:03 UTC
Read the original article Hit count: 175

Filed under:
|
|
|

If we need to write a new line to a file we have to code:

file_output.write('Fooo line \n')

Are there any reasons why Python not has a writeln() method?

© Stack Overflow or respective owner

Related posts about python

Related posts about syntax