odd question

Harald Massa cpl.19.ghum at spamgourmet.com
Thu Jul 15 03:06:40 EDT 2004


> ---
> You have given the following function:
> def f2(i, j, k):
>   return ((i | j) & k) | (i & j)
> 
> Find a useful utilization for this function.

That's easy.

This function is a possible proof that it is possible to write pearllike 
(=writeonly) code in Python too.




More information about the Python-list mailing list