print "hello", >> file

Hilbert hilbert at microsoft.com
Tue Feb 25 03:49:58 EST 2003


Hello,

Why does the following result in an error?

f = file("welcome.txt","w")
print "hello", >> f

Thanks,
Hilbert






More information about the Python-list mailing list