[Python-ideas] Unpack of sequences

Serhiy Storchaka storchaka at gmail.com
Thu Aug 30 08:55:00 CEST 2012


On 29.08.12 21:07, Alexander Belopolsky wrote:
> How can users write a solution that does not require repetition of
> variable names?

   def interior(a=None, b=None, c=None):
       ... # work here

   interior(m)





More information about the Python-ideas mailing list