<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 8, 2013 at 4:54 AM, donsuni <span dir="ltr"><<a href="mailto:donsuni@gmail.com" target="_blank">donsuni@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, I have a problem in python which is kind of tricky.<br>
<br>
if i give a sequence of numbers, i should get another sequence of numbers<br>
such that the the elements exceeds previous element in the list. For eg<br>
</blockquote><div><br></div><div><br></div><div>Have you written any other functions that takes lists and produce lists?</div><div><br></div><div>If so, can you show them to us?</div><div><br></div><div>The function you have so far is one that takes a list, but (at best) it's returning a single element in the list.</div>
<div><br></div><div>That means you may not yet know how to write functions that produce lists. Do you know how to do so yet?</div><div><br></div></div></div></div>