練習: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
相關文章
相關標籤/搜索