摘要: 随机数猜年龄游戏 #!/usr/bin/env python3 # -*- coding:utf-8 -*- # Author: davie # This is a guess the number game import random secretNumber = random.randint(1 阅读全文
posted @ 2018-04-28 17:40 davie2020 阅读(308) 评论(0) 推荐(0) 编辑