1、无重复数字的三位数 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? import itertools ret = [] for i in range(1, 5): for j in r