CRACKER, the premier code obfuscation utility for Python... (WAS: RE: POLLY: An IDE for Parrot)
nomad
nomad*** at ***freemail.absa.co.za
Tue Apr 3 03:02:30 EDT 2001
On Mon, 2 Apr 2001 14:37:37 -0400, snowzone
<tonys at co146453-a.kico1.on.wave.home.com> wrote:
>In comp.lang.python, you wrote:
>
>> OUTPUT:
>> -------
>>
>> use strict;
>> my $n = $ARGV[0] || 1;
>> my @X;
>> my @Y;
>> for (my $i=0; $i<$n; $i++)
>> {
>> $X[$i] = $i;
>> }
>> for (my $i=$n-1; $i>=0; $i--)
>> {
>> $Y[$i] = $X[$i];
>> }
>> print "$Y[-1]\n";
>
>
>that might had been funnier were you able to program in perl :/
>
>persnally i think python should be renamed to 'ostrich'
>
I always thought Platypus was fairly good - a totally different
animal, even as animals go....
More information about the Python-list
mailing list