Just want a short syntax idea how to create recipe book using classes!!! | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 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

3rd Jul 2021, 3:29 PM
Srishti
Srishti - avatar
1 Resposta
+ 4
You have completed Python Core tutorial, this should be just a breeze for you. You can do this šŸ‘
3rd Jul 2021, 3:40 PM
Ipang