标签:语句 mil size mon for 输入 back code NPU
age = int(input("请输入您的年龄:"))
if age > 18:
print("你可以泡妞了")
else:
print("孩子你年龄还小")
######################################
age = int(input("请输入您的年龄:"))
money = int(input("请输入您年薪"))
hight = input("请输入高吗")
if age<23 and money>300000 and hight == "高":
print("您是高富帅")
else:
print("穷屌丝")
标签:语句 mil size mon for 输入 back code NPU
原文地址:https://www.cnblogs.com/blackBrock/p/10121756.html