Gapplet

Given a cycle, present the corresponding permutation as a list.


Input a cycle, 
e.g., (5,4,3,2,1) 
(No cycles of length 1 please)
</COMMENT>
 
 
Write the permutation as a list  
</COMMENT>   </COMMENT>