10 or more phones order

Ilja O. vrghost at gmail.com
Mon Apr 28 12:36:00 CEST 2008


>
>  So why's it not in Perl then,
>  You could do all that in a simple one-liner...
>
>  ;o)
>
>

I don't know Perl :(
But I could try to write on z/OS HLASM. Or Erlang...

Btw, it could be simple one-liner in Python too.
Like this:
  phone_count = 42
  _orders = ["BOX" for _i in xrange(phone_count // 10)] + ["SINGLE"
for _i in xrange(phone_count % 10)]
  print("Please, order %s" % ", ".join(_orders))

Or if you want REALLY python one-liner:
  exec("eJwryMjPS41Pzi/NK1GwVTAx4orPL0pJLSoGcqKVnPwjlBTS8osU4jMVMvMUKooS89JTNQqQtOjrKxgaaMYqaANVB3v6ufu4EtCgClbPVVCUmVeioRSQk5pYnKqjALZTQbVYCSivpKOgpJeVn5mnAXWKpiYAGp0z4g==".decode("base64").decode("zip"))




More information about the community mailing list