python 版猜数字游戏

初学 python,写了一个小小的toy code 来练习,bug 确定有,欢迎提出意见python #! /usr/bin/python #This is guess number Game written in python import random running = True maxTrial = 10 guessTimes = 0 answerlist = ['0', '0',
相关文章
相关标签/搜索