按照老男孩的讲师做的为什么是死循环那?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了按照老男孩的讲师做的为什么是死循环那?相关的知识,希望对你有一定的参考价值。

salary=input("input you salary:")
if salary.isdigit():
salary=int(salary)
else:
exit("invaild data type...")

welcome=‘welcom to alex shopping more‘.center(50,‘-‘)
print(welcome)

exit_flag=False
product_list = [
(‘iphone‘,5888),
(‘mac air‘,8000),
(‘Xiao mi‘,1999),
(‘coffee‘,30),
(‘tesla‘,820000),
(‘bike‘,800),
(‘cloth‘,200),]
while exit_flag is not True:
print(‘product_list‘.center(50,‘-‘))
for item in enumerate(product_list):
index=item[0]
p_name=item[1][0]
p_price=item[1][1]
print(index,p_name,p_price,)

print("what do you choice:")

以上是关于按照老男孩的讲师做的为什么是死循环那?的主要内容,如果未能解决你的问题,请参考以下文章

老男孩27期学员-我的目标

老男孩27期学员-我的目标

老男孩:Linux运维工程师岗位前景及学习路线

老男孩的python培训怎么样

老男孩教育学员日常有趣的生活掠影201603!

老男孩教育的专业DBA课程内容是啥样的?