3.Python
3.Python
A='APPLE JUICE'
B='BLUEBERRY JUICE'
C='CARROT and BEETROOT JUICE (special)'
L='Lassi'
M='Mango juice'
MI='Mint juice'
O='ORANGE JUICE'
P='PINEAPPLE JUICE'
W='WATERMELON JUICE'
if p=='M':
print:("%p,Ingredients: Mangos ,sugar.")
print:("Step 1: Peel the mangoes.")
print:("Step 2: Cut them into small peices.")
print:("Step 3: Put them in blender.")
print:("Step 4: Add some sugar and water according to your taste.")
print:("Step 5: Turn on the blender and blend for 2 minutes.")
print:("Step 6: Filter the juice.")
print:("Step 7: Enjoy drinking your tasty Juice.")
elif p=='O':
print:("Ingredients: oranges ,blacksugar or salt.")
print:("Step 1: Cut the oranges into two halfs.")
print:("Step 2: Squeeze the oranges by hand, using a plain juicer to coax all
the juice out.")
print:("Step 3: Scrape the orange with a spoon and add the pulp directly to
the juice if you use a hand juicer,if did not did with a hand juicer skip this
step.")
print:("Step 4: Add some black salt or sugar for more flavor.")
print:("Step 5: Enjoy drinking your tasty Juice.")
elif p=='C':
print:("Ingredients: carrot ,beetroot ,bottlegourd ,lemon,curry leaf.")
print:("Step 1: Wash all the ingredients.")
print:("Step 2: Peel the carrots beetroots and bottelgourd.")
print:("Step 3: Put all the ingredients into the blender and squeeze the
leamon.")
print:("Step 4: Add 1/2 glass of water and blend it well.")
print:("Step 5: Enjoy drinking your tasty Juice.")
elif p=='A':
print:("Ingredients: 4 medium sized apples or 2 large sized apples, sugar.")
print:("Step 1: Wash the apples.")
print:("Step 2: To remove pesticide residue from the apples soak them in water
mixed with 2 tablespoons vinegar and 2 teaspoons baking soda for 10 to 15
minutes.")
print:("Step 3: Peel apples using a peeler or paring knife.")
print:("Step 4: Then cut them into four wedges from the stem part. Cut off the
seeds, pith and core from the center of each wedge.")
print:("Step 5: Chop your celery (1 tablespoon) and ginger (½ to 1
teaspoon).")
print:("TIP: If you want to avoid discoloration, you can add ¼ teaspoon to ½
teaspoon lemon juice, but it gives a tangy flavor")
print:("Step 6: Add all the apple juice ingredients in a blender. At this
point you could add 1 to 2 tablespoons of your preferred sweetener if needed..")
print:("Step 7: Add ⅓ cup water (or more, as required). Blend until smooth.
To loosen the consistency a bit, add a few tablespoons of water.")
print:("Step 8: Enjoy drinking your tasty Juice.")
print:("Step 9: but don't store the juice for long time.")
elif p=='W':
print:("Ingredients: watermelon, mint leaves.")
print:("Step 1: Cut the watermealon into small peices and remove the peel.")
print:("Step 2: In a blender, add the chopped watermelon (from 1 medium-sized
watermelon) and 2 tablespoon mint leaves, No need to add water. .")
print:("Step 3: Sprinkle some black salt and chaat masala from top, Add ice
cubes if required.")
print:("Step 4: Enjoy drinking your tasty Juice.")
elif p=='P':
print:("Ingredients: .")
print:("Step 1: Peel and chop the pineapple.")
print:("Step 2: Add the chopped pineapple to a blender jar..")
print:("Step 3: Add 2 to 3 tablespoons sugar and 6 to 8 ice cubes. Also add 1
cup water.")
print:("Step 4: Blend till smooth. For a thin consistency, you can add some
more water.")
print:("Step 5: No need to strain the juice.")
print:("Step 6: Enjoy drinking your tasty Juice.")
elif p=='MI':
print:("Ingredients: 1.5 cups mint leaves,10 tablespoon powdered jaggery or
sugar,1/2cup water,1/2teaspoon black salt.1 teaspoon cumin powder,3to4teaspoon
lemon juice.")
print:("Step 1: Wash the mint leaves.")
print:("Step 2: Remove the mint leaves from the stems and wash in water for a
couple of times.")
print:("Step 3: Add all the ingredients in a blender and blend to a smooth
paste.")
print:("Step 4: Strain the whole mixture.")
print:("Step 5: Take 1/4 amount of the strained mint juice. Add 3/4 amount of
water, and stir it.")
print:("Step 6: Add ice cubes if needed.")
print:("Step 7: Enjoy drinking your tasty Juice.")
elif p=='L':
print:("Ingredients: Cardamoms,sugar,saffron strands.")
print:("Step 1: Take 8 to 10 green cardamom pods and crush them lightly,and
remove the husk and crush the seeds.")
print:("Step 2: Now crush the seeds to a fine powder.")
print:("Step 3: Then in a bowl or pan, take 2 cups fresh chilled yogurt or
homemade curd.")
print:("Step 4: Blender the curd until it becomes smooth.")
print:("Step 5: The curd should be smooth before you add other ingredients to
it.")
print:("Step 7: Pour 1 cup cold water or cold milk if you prefer.")
print:("Step 8: Blend the lassi mixture.")
print:("Step 9: Now add 1 teaspoon of the crushed cardamom powder and 10 to 12
crushed saffron strands.")
print:("Step 8: Mix well. Do a taste test and add more sugar if needed.")
print:("Step 9: Enjoy drinking your tasty Juice.")
elif p=='B':
print:("Ingredients: 1 cup of blue berries,10 tablespoon powdered jaggery or
sugar,1/2cup water,1/2teaspoon black salt.1 teaspoon cumin powder,3to4teaspoon
lemon juice.")
print:("Step 1: Wash the cup blueberries.")
print:("Step 2: Add the blueberries in a blender.")
print:("Step 3: Add 1 to 2 tablespoons unrefined cane sugar. Adding sugar is
optional and can be skipped. Alternatively you can add jaggery.")
print:("Step 4: Add 1 cup water.")
print:("Step 5: Add 1 tablespoon lemon juice.")
print:("Step 6: Blend till super smooth.")
print:("Step 7: But don't store the juice for long time.")
print:("Step 7: Enjoy drinking your tasty Juice.")
else:
print:("ERROR")