Article on the future of Python
Chris Angelico
rosuav at gmail.com
Wed Sep 26 11:18:25 EDT 2012
More information about the Python-list mailing list
Wed Sep 26 11:18:25 EDT 2012
- Previous message (by thread): Article on the future of Python
- Next message (by thread): Article on the future of Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Sep 27, 2012 at 1:08 AM, Mark Lawrence <breamoreboy at yahoo.co.uk> wrote: > for _ in range(-inf, +inf, 1): print(FUD) That'll never work. Try this: import itertools list(map(print,itertools.cycle(('FUD',)))) ChrisA
- Previous message (by thread): Article on the future of Python
- Next message (by thread): Article on the future of Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list