python脚本案例 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 复制代码 1 #Filename:001.py 2 cnt = 0#count the sum of result 3 f