hmm...
well, I would see more generalised version:
print(WHAT,optional WHERE)

if WHERE is omitted, WHAT prints on console.
if WHERE is specified, it says the target to output the stream to.

in most cases that would mean opening the stream just like open() does for files now.
that brings to mind, writeline could act as print() if it would support other streams, not just files.