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
_______________________________________________
Python-nl mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-nl