标签:我爱你 输入 NPU pre pytho else python == lse
# if 3 > 4:
# print(777)
# else:
# print(888)
# if 3 > 5:
# print(666)
# print(777)
# num=input(‘请输入‘)
# if num==1:
# print(‘抽烟‘)
# elif num==‘2‘:
# print(‘喝洒‘)
# elif num==‘3‘:
# print(‘睡觉‘)
# else:
# print(‘猜对‘)
# score = int(input("输入分数:"))
# if score >= 100:
# print("我擦,最高分才‘100...")
# elif score >= 90:
# print("A")
# elif score >= 80:
# print("B")
# elif score >= 60:
# print("C")
# elif score >= 40:
# print("P")
# else:
# print("笨蛋")
# print(‘111‘)
# while True:
# print(‘我喜欢你启丽‘)
# print(‘我爱你启丽‘)
# print(‘我想睡你启丽‘)
# print(‘OK‘)
标签:我爱你 输入 NPU pre pytho else python == lse
原文地址:https://www.cnblogs.com/huangjianfeng/p/11179369.html