Help for this page

Select Code to Download


  1. or download this
    p(1, 2, 3) should return:
    
    ...
      [1, 3, 2],
      [1, 2, 3]
    )