fputs
Ulrich Eckhardt
ulrich.eckhardt at dominolaser.com
Tue Jun 5 11:38:51 EDT 2012
More information about the Python-list mailing list
Tue Jun 5 11:38:51 EDT 2012
- Previous message (by thread): fputs
- Next message (by thread): fputs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 05.06.2012 15:54, schrieb hassan: > what is the equivalent to the php fputs in python If that fputs() is the same as C's fputs(), then write() is pretty similar. Check the documentation for files, you will surely find the equivalent. Uli
- Previous message (by thread): fputs
- Next message (by thread): fputs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list