a=99
b=input("请输入一个数字:")
int(b)
if a >b:
print("欢迎来到Python")
eilf a=b:
print("Python世界")
else:
print("纯属娱乐")
Python if语句
原文:https://www.cnblogs.com/lf888/p/9784892.html