码迷,mamicode.com
首页 >  
搜索关键字:猜数字小游戏    ( 42个结果
python 初学--第一个猜数字小游戏
import randomnum = random.randint(0,100)print numtimes = 0print "Number[0,100] guess game"print "You will have 10 times to guess"print "Guess out of r...
分类:编程语言   时间:2014-12-26 18:31:18    阅读次数:257
猜数字小游戏(创建一个控制台。。。原理:random 产生随机数)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace eluosi{ class Program { stati...
分类:其他好文   时间:2014-11-30 21:25:03    阅读次数:158
42条   上一页 1 ... 3 4 5
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!