Python Day100(类:创建和使用类并根据类创建实例【课
2017-09-11 本文已影响0人
TianAff
创建一个名为restaurant的类,并根据这个实例分别打印出两个属性——restaurant_name和cuisine_type,调用方法describe_restaurant()和open_restaurant()。
restaurant.py创建一个名为restaurant的类,并根据这个实例分别打印出两个属性——restaurant_name和cuisine_type,调用方法describe_restaurant()和open_restaurant()。
restaurant.py