os.system(r"ls") prints to screen??

Xah Lee xah at xahlee.org
Sat Sep 3 21:02:30 EDT 2005


does anyone know why the folllowing prints to the screen?

# python
import os
os.system(r"ls")

 Xah
 xah at xahlee.orghttp://xahlee.org/




More information about the Python-list mailing list