on perhaps unloading modules?
MRAB
python at mrabarnett.plus.com
Sun Aug 22 14:57:35 EDT 2021
On 2021-08-22 17:18, Dennis Lee Bieber wrote:
> On Sat, 21 Aug 2021 17:15:14 -0300, Hope Rouselle <hrouselle at jevedi.com>
> declaimed the following:
>
>>write some PHP precisely because it looked so much more cryptic than
>>Allaire ColdFusion. Then C looked even more cryptic, so I fell in love
>>with C.
>>
> Try APL then...
>
> (I suspect this will get garbaged in processing...)
>
> 4 5 ? 20 ? 52
>
4 5 ρ 20 ? 52
> (it did... the first ? [in my display] is Greek lower case rho, the second
> question mark is... a question mark).
>
The headers say that the encoding is ASCII.
> 4 5 $RHO 20 ? 52
>
> Generate 20 random numbers in the range 1..52, no duplicates, reshape
> the vector into a 4x5 matrix.
>
> That just "dealt" four poker hands (needs logic to translate integer
> 1..52 into suit/rank).
>
More information about the Python-list
mailing list