[python-nl] while-lus vraagje
Guido Wesdorp
guido at infrae.com
Mon Mar 13 12:54:59 CET 2006
UnrealEd wrote:
> gegroet iedereen,
>
> mss een domme vraag, maar ondersteunt python de volgende commando's:
> while a=b:
> print b
> b+=1
>
Open een Python interpreter en probeer het:
% python
Python 2.3.5 (#2, May 4 2005, 08:51:39)
[GCC 3.3.5 (Debian 1:3.3.5-12)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> while a=b:
File "<stdin>", line 1
while a=b:
^
SyntaxError: invalid syntax
>>>
Antwoord: nope...
Cheers,
Guido
More information about the Python-nl
mailing list