这是我在StackOverFlow上的第一篇文章,我确信我能百分之百地找到答案,但是我真的很想从编程开始我的冒险,并且知道这个社区可能会帮助我。,我编写了第一段代码,但是我想在这里添加一个函数,用户写的猜测号比第一个要大.有谁知道怎样才能长得像吗??top_range = input("Write a number bigger then 0: ")
if top_range.isdigit() or top_range[0] == "-":
过去几天我一直在做这件事。有什么改进的想法吗?(笔记非常简单,这是为学校准备的,而笔记必须是为Python的新手准备的)。import sys # Allows a new selection of system related commands to be used; I use sys.exit() to close the p