第四周作業_Chapter 7課後練習

7-2 餐館訂位 代碼: num = input("How many people are coming for dinner?") num = int(num) if num<=8 : print("There are empty tables.") else: print("None of table is available.") 運行結果: 7-5 電影票 代碼: while True:
相關文章
相關標籤/搜索