About 9,910,000 results
Open links in new tab
  1. Python: Recipe Program - Stack Overflow

    Apr 22, 2013 · I'm doing a Recipe program project for GCSE Computing. It stores recipes in .txt documents and then when requested it will open and present the information for those to read. …

  2. Python Recipie book writing and reading to files - Stack Overflow

    Mar 12, 2015 · Create a program that will store the ingredients for a recipe. The program should ask the user to input: the number of people the recipe will serve; a list of ingredients: item, …

  3. Chapter 2 – #10: Ingredient Adjuster – Tony Gaddis - Jesus Hilario H

    May 24, 2020 · Write a program that asks the user how many cookies he or she wants to make, then displays the number of cups of each ingredient needed for the specified number of …

  4. I'm Trying to create a recipe book program in python but recipe won't print

    Jun 8, 2023 · print("What would you like to make?") recipes = ["Smash Burgers", "Pizza", "Fried Chicken"] for recipe in recipes: print(recipe) Choice = input(recipes) match (Choice): case …

  5. Create a Digital Recipe Book in Python – Learn Programming

    Jan 29, 2025 · Welcome to our digital recipe book program! This simple yet powerful program allows you to store and manage your recipes using Python. You can add new recipes, display …

  6. BEGINNER PROJECT: Input a recipe and output ingredients

    Mar 24, 2021 · user_input = input ("Enter a recipe: ") print (recipe) words = [words.lower () for user_input in user_input.split ()] words.sort () if groceries in words: print ("Your ingredients in …

  7. My first project: Creating a recipe finder : r/learnpython - Reddit

    Jun 12, 2021 · The idea is to request a user input for a set of ingredients, this list of ingredients is then checked to find all the matches within my dictionary of recipes. For each recipe that has …

  8. How to Print in Python - A Detailed Guide for Beginners

    Jul 31, 2023 · One of the most useful is the print() function, which you can use to print a message to the screen or to a file. This function is quite versatile and can probably do more than you …

  9. manwhoshreds/pyrecipe: The python recipe management program - GitHub

    Pyrecipe is a python library used to create, store, and manage recipes. To interface with pyrecipe, use the frontend command line tool, recipe_tool. $ recipe_tool -h usage: recipe_tool [-h] [-v] [ …

  10. Print Statement in Python – How to Print with Example Syntax Command

    Dec 10, 2021 · Printing is most likely the first thing you'll learn when you embark on your Python learning journey. It is somewhat of a tradition to write a "Hello World" program as your first …

  11. Some results have been removed
Refresh