Re: [Tutor] change the position and updated
lse: max_length = len(list2) result="" for i in range(0,max_length): try: result = result + list1[i] except: pass try: result = result + list2[i] except: pass print int(result) On Wed, Apr 26, 2017 at 3:01 PM, Neeraj Sharma wrote: >
Re: [Tutor] change the position and updated
I, Hosur Road, > Bangalore-560 100 > > Tel: +919741457409 > Mobile: +919741457409 > E-Mail: sarika.shrivast...@continental-corporation.com > Web: www.continental-corporation.com > ___ > Tutor maillist - Tutor@python.org > To unsubs