第四周作业_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:
相关文章
相关标签/搜索