Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4336
| From | Christopher Arndt <chris@chrisarndt.de> |
|---|---|
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] Schleifen die ohne Durchlaufen des Schleifenkörpers beendet wurden |
| Date | 2016-03-29 14:51 +0200 |
| Message-ID | <mailman.149.1459255932.28225.python-de@python.org> (permalink) |
| References | <56F445C9.3000200@mail.de> <56F939CE.8050601@admin-box.com> <56FA79AF.6050608@chrisarndt.de> |
[Multipart message — attachments visible in raw view] - view raw
Am 29.03.2016 um 14:48 schrieb Christopher Arndt: > if item in locals(): Korrektur: if 'item' not in locals():
Back to de.comp.lang.python | Previous | Next | Find similar
Re: [Python-de] Schleifen die ohne Durchlaufen des Schleifenkörpers beendet wurden Christopher Arndt <chris@chrisarndt.de> - 2016-03-29 14:51 +0200
csiph-web