练习:while-break 循环+if-elif-else判断

题目: 发散:想要实现多次输入的效果,并且能够算出总票价,符合实际场景。 效果 代码: print("welcom to our cinema") age='' prise=0 while True:     print("input everyone's age,end by input 'end'")     age=input()     if age!='end':       age_n
相关文章
相关标签/搜索