Re: It's an admirable project to be sure...
python
>>> ignoramus = raw_input( "Who is an ignoramus? ")
Who is an ignoramus? This Anonymous Coward
>>> while 1:
... print ignoramus + " is an ignoramus";
...
I hate it when I do that. Sorry Shonko.
python
>>> ignoramus = raw_input( "Who is an ignoramus? ")
Who is an ignoramus? This Anonymous Coward
>>> while 1:
... print ignoramus + " is an ignoramus";
...
I hate it when I do that. Sorry Shonko.