actually scrap that, it works perfectly :) thank you very much for your help. One last question, does this only work on lists? or will tuples work too and what else?<br><br><div><span class="gmail_quote">On 4/27/07, <b class="gmail_sendername">
Stevie Broadfoot</b> &lt;<a href="mailto:coollikestevie@gmail.com">coollikestevie@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This is the best answer i&#39;ve gotten so far... but its still not working...<br><br>what exactly does the star do?<br><br>the other solutions people provided do not suit my needs, my printout function was just an example, what i need it for is more complicated.
<br>I actually just need to feed the members of the list into the function... and this is to be applied to different functions with different numbers of arguments needed.<div><span class="e" id="q_1122e31a6061cd4b_1"><br>
<br><div><span class="gmail_quote">On 4/26/07, 
<b class="gmail_sendername">Andreas Kostyrka</b> &lt;<a href="mailto:andreas@kostyrka.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">andreas@kostyrka.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

* Stevie Broadfoot &lt;<a href="mailto:coollikestevie@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">coollikestevie@gmail.com</a>&gt; [070426 09:56]:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;I have a list... say for example
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;list = [&quot;hello&quot;, &quot;there&quot;]
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;and i have a function<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;def printout(firstword, secondword):<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print firstword<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print secondword<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;and i want to call<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;the function like this
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;printout(list)<br>printout(*list)<br><br>Andreas<br></blockquote></div><br>
</span></div></blockquote></div><br>