Hi,<br><br>do you know if there is a way so that i can get multiple values from a function?<br><br>For example:<br><br>def count(a,b):<br> c = a + b<br> d = a - b<br><br>How can I return the value of C and D?<br><br>Then, i have another question: i&#39;ve read, some time ago, this guide <a href="http://hetland.org/writing/instant-python.html">http://hetland.org/writing/instant-python.html</a>, skipping the object-related part. Now i&#39;ve started reading it, and have found something strange: just go where it says &quot;Of course, now you know there is a better way. And why don’t we give it the default value of <code>[]</code> in the first place? Because of the way Python works, this would give all the Baskets the same empty list as default contents.&quot;. Can you please help me understanding this part?<br>
<br>Thankyou<br><br>Giorgio<br><br><br clear="all"><br>-- <br>--<br>AnotherNetFellow<br>Email: <a href="mailto:anothernetfellow@gmail.com">anothernetfellow@gmail.com</a><br>