10 谁是短跑冠军_作业

发布时间:2024年11月23日 阅读:59 次

作业:现有一个超市,在举行优惠活动,如果你购买的商品价值满129元,那么能够享受9折优惠,请完成一个程序判断是否能够拿到优惠?


-

#请在下方输入你的Python代码!

price = input("请输入你的购买总额:")

price new = int(price)

if price new >= 129:

    print("可以享受打9折优惠!")


Tag:
相关文章