Multisplit: Difference between revisions

Content added Content deleted
(We will need some clarification here...)
Line 5:
 
=={{header|Python}}==
===Normal Code===
<lang python>def min_pos(List):
return List.index(min(List))