- 1
Just want a short syntax idea how to create recipe book using classes!!!
Your friend Yashi, is looking for a way to store her cooking recipes. Now she asked you to make a program where she can input the dish name, dish ingredients and their quantity, and the procedure for making the dish. Your task is to create a Python class that has the following attributes: DISH_NAME INGREDIENTS INSTRUCTION
1 Answer
+ 4
You have completed Python Core tutorial, this should be just a breeze for you. You can do this đ