whole_arrang.py 74 B

1234
  1. from typing import List
  2. def permute(nums: List[int]) -> List[List[int]]: