A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2014-August/135700.html below:

[Python-Dev] sum(...) limitation

[Python-Dev] sum(...) limitation [Python-Dev] sum(...) limitationAlexander Belopolsky alexander.belopolsky at gmail.com
Sat Aug 9 20:04:00 CEST 2014
On Sat, Aug 9, 2014 at 2:02 PM, Alexander Belopolsky <
alexander.belopolsky at gmail.com> wrote:

> y='';for in in x; y+= x


Should have been

y=''
for i in x; y += i
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20140809/d923acf3/attachment.html>
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4