Concatenate string list to number list to form title - Logic needed.

Chris Angelico rosuav at gmail.com
Mon Dec 16 12:29:37 EST 2013


On Tue, Dec 17, 2013 at 4:16 AM, Ravi Prabakaran <ravi.itm at gmail.com> wrote:
> Could anyone please guide me with best solution without loops ?
>

Why "without loops"? The best solution, in my opinion, is a loop. Is
this a specific challenge (homework)? I could make you a list
comprehension, but that's really just another form of loop

More information on the problem parameters, please?

ChrisA



More information about the Python-list mailing list