Re: [perl-python] 20050112 while statement
From: Abigail (abigail_at_abigail.nl)
Date: 01/14/05
- Next message: John Lenton: "Re: XPath and XQuery in Python?"
- Previous message: Paul Rubin: "Re: python and macros (again) [Was: python3: 'where' keyword]"
- In reply to: Xah Lee: "[perl-python] 20050112 while statement"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 13 Jan 2005 23:35:41 GMT
Xah Lee (xah@xahlee.org) wrote on MMMMCLIII September MCMXCIII in
<URL:news:1105611506.106440.135670@f14g2000cwb.googlegroups.com>:
.. # here's a while statement in python.
..
.. a,b = 0,1
.. while b < 20:
.. print b
IndentationError: expected an indented block
.. a,b = b,a+b
You have already proven you don't know Perl, but now it turns
out, you don't know Python either.
Go away.
Abigail
--
package Z;use overload'""'=>sub{$b++?Hacker:Another};
sub TIESCALAR{bless\my$y=>Z}sub FETCH{$a++?Perl:Just}
$,=$";my$x=tie+my$y=>Z;print$y,$x,$y,$x,"\n";#Abigail
- Next message: John Lenton: "Re: XPath and XQuery in Python?"
- Previous message: Paul Rubin: "Re: python and macros (again) [Was: python3: 'where' keyword]"
- In reply to: Xah Lee: "[perl-python] 20050112 while statement"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|