Skip to content

Commit

Permalink
Update discount.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyarime authored Feb 27, 2022
1 parent 2d0bfe9 commit a5f0b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discount.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from os import system
from platform import system as os

print(f"腾讯云轻量优惠券计算器 by Nyarime (Build20220227) \n")
print(f"腾讯云轻量优惠券计算器 by Nyarime (Build20220228) \n")
print(f"通用型/存储型/企业型任何用户都可以购买,无需企业型认证! \n")
print(f"项目地址: https://github.com/Nyarime/qcloud-lighthouse-discount" + "\n")
p = floor(float(input("需续费价格:")))
Expand All @@ -12,7 +12,7 @@
saver = input("是否保存结果至LightHouse.txt?(y/n):")
if saver == "y":
f = open('LightHouse.txt', 'w')
f.write("腾讯云轻量优惠券计算器 by Nyarime (Build20220227)\n")
f.write("腾讯云轻量优惠券计算器 by Nyarime (Build20220228)\n")
f.write("需续费价格:" + str(p) + "\n")
f.write("最低付费:" + str(w) + "\n\n")

Expand Down

0 comments on commit a5f0b0e

Please sign in to comment.