On 2/2/2011 1:09 PM Noah Hall said...
On Wed, Feb 2, 2011 at 7:44 PM, rantingrick<rantingr...@gmail.com> wrote:
On Feb 1, 11:23 am, rantingrick<rantingr...@gmail.com> wrote:
py> troll_group.append("Red John")
py> flamer_group.append(troll_group.pop("Corey Richardson"))
Out of interest, what interpretor uses "py>"?
I've never seen any. Just sayin'.
ActivePython 2.6.1.1 (ActiveState Software Inc.) based on
Python 2.6.1 (r261:67515, Dec 5 2008, 13:58:38) [MSC v.1500 32 bit
(Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.ps1
'>>> '
>>> sys.ps1="py>"
py>
--
http://mail.python.org/mailman/listinfo/python-list