摘要: a=99 b=input("请输入一个数字:") int(b) if a >b: print("欢迎来到Python") eilf a=b: print("Python世界") else: print("纯属娱乐") 阅读全文