either way

1 view
Skip to first unread message

Eric Burton

unread,
Mar 4, 2012, 7:34:33 AM3/4/12
to singularity, singularity-aliens, agi, biotaconv, sl4, blaczar
I think I'd thought of a better subject and forgot but that one is
pretty funny, ok

(boxy-methoxy) /root/audio/toskanegger# python
Python 2.6.2 (r262:71600, Jun 9 2009, 14:36:10)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> os.system("echo hello world")
Traceback (most recent call last):
File "", line 1, in
NameError: name 'os' is not defined
>>> print os.__doc__
Traceback (most recent call last):
File "", line 1, in
NameError: name 'os' is not defined
>>> dir(os)
Traceback (most recent call last):
File "", line 1, in
NameError: name 'os' is not defined
>>> from os import system
>>> os.system("echo hello world")
Traceback (most recent call last):
File "", line 1, in
NameError: name 'os' is not defined
>>> from os import system
>>> from os import system

Reply all
Reply to author
Forward
0 new messages