python mini-projects
文章平均质量分 76
chicken11
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
2 guess numbers
# template for "Guess the number" mini-project# input will come from buttons and an input field# all output for the game will be printed in the consoleimport simpleguiimport randomtimes=7num_ra原创 2014-10-01 23:53:06 · 546 阅读 · 0 评论 -
1 paper-rock-scissors-lizard-spock
# Rock-paper-scissors-lizard-Spock template# The key idea of this program is to equate the strings# "rock", "paper", "scissors", "lizard", "Spock" to numbers# as follows:## 0 - rock# 1 - Spock原创 2014-10-01 23:50:00 · 546 阅读 · 0 评论
分享