[New-bugs-announce] [issue20099] a new idea

Liam Marsh report at bugs.python.org
Tue Dec 31 16:18:51 CET 2013


New submission from Liam Marsh:

idea:
var():
input var name (str),
outputs var value
useful for(example in a chess program):

>>>count=1
>>>while count<=8:
...    var('a', count)='black queen'
...    count=count+1

----------
messages: 207118
nosy: Liam.Marsh
priority: normal
severity: normal
status: open
title: a new idea
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20099>
_______________________________________


More information about the New-bugs-announce mailing list