Commit 59e53e96 by BellCodeEditor

auto save

parent 6d88eca4
Showing with 18 additions and 0 deletions
money=80
if money<=500:
print('欢迎进入史塔克穷人榜前三名!')
if money<=100:
print("恭喜您荣获'美元队长'称号!")
else:
print('请您找弗瑞局长加薪。')
if 500<money<=1000:
print('恭喜您至少可以温饱了。')
else:
print('经济危机都难不倒您!')
if money<=20000:
print('您快比托尼·史塔克有钱了!')
else:
print('您是不是来自于瓦坎达国?')
print('程序结束')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment