[Python]编程语言入门经典100题
摘要:
# -*-coding:UTF-8-*-# Filename:001.py# 题目:有1,2,3,4个数字,能组成多少个互不相同且无重复数字的三位数?输出结果cnt = 0 # count the sum of resultfor i in range(1, 5): for j in ran... 阅读全文
posted @ 2015-02-13 22:10 Better_li 阅读(2918) 评论(0) 推荐(0)
浙公网安备 33010602011771号