首页 >

Python练习题‪‬‪‬‪‬‪‬‪‬‮‬‪‬‮‬‪‬‪‬‪‬‪‬‪‬‮‬‭‬‪‬‪‬‪‬‪‬ – python – 前端,python 从新手到高手

python集合求交集,python的scipy教程,python 表格界面,python计算业绩提成,python熊本熊怎么画,python 大好,python applymap,python中fromfunction,python中 怎么,python修改链表,python 从新手到高手Python练习题‪‬‪‬‪‬‪‬‪‬‮‬‪‬‮‬‪‬‪‬‪‬‪‬‪‬‮‬‭‬‪‬‪‬‪‬‪‬ - python - 前端,python 从新手到高手

1.有 1、2、3、4 个数字,能组成多少个互不相同且无重复数字的三位数?都是多 少?

代码

1 #encoding=utf-8

2 __author__ = ‘heng’

3 #利用1,2,3,4可以组成多少个三位数,并且没有重复数字

4 figure = [1,2,3,4]

5 number = 0

6 for x in figure:

7 for y in figure:

8 if x == y:

9 continue

10 else:

11 for z in figure:

12 if y == z or z == x: #注意是or不是and

13 continue

14 else:

15 number += 1

16 print 100*x + 10*y + z

17 print “the number is %s”%number


Python练习题‪‬‪‬‪‬‪‬‪‬‮‬‪‬‮‬‪‬‪‬‪‬‪‬‪‬‮‬‭‬‪‬‪‬‪‬‪‬ - python - 前端,python 从新手到高手
  • 儿童学编程后悔,你后悔成为程序员吗? - python - 前端,python20.dll下载
  • 儿童学编程后悔,你后悔成为程序员吗? - python - 前端,python20.dll下载 | 儿童学编程后悔,你后悔成为程序员吗? - python - 前端,python20.dll下载 ...

    Python练习题‪‬‪‬‪‬‪‬‪‬‮‬‪‬‮‬‪‬‪‬‪‬‪‬‪‬‮‬‭‬‪‬‪‬‪‬‪‬ - python - 前端,python 从新手到高手
  • 国内最好的UI培训机构是哪家 - python - 前端,python relief
  • 国内最好的UI培训机构是哪家 - python - 前端,python relief | 国内最好的UI培训机构是哪家 - python - 前端,python relief ...

    Python练习题‪‬‪‬‪‬‪‬‪‬‮‬‪‬‮‬‪‬‪‬‪‬‪‬‪‬‮‬‭‬‪‬‪‬‪‬‪‬ - python - 前端,python 从新手到高手
  • 自学python网站推荐,入门级别的Python视频教程有哪些 - python - 前端,python codeforces
  • 自学python网站推荐,入门级别的Python视频教程有哪些 - python - 前端,python codeforces | 自学python网站推荐,入门级别的Python视频教程有哪些 - python - 前端,python codeforces ...