Skip to content
Permalink
142457513a
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
13 lines (12 sloc) 385 Bytes
#file created by rari
print("LOW CALORIE?")
x = input("Y/N: ")
if x == "Y" or x == "y":
print("STORE ANSWER")
elif x == "N" or x == "n":
salt=input("LOW SALT? Y/N: ")
if salt == "Y" or salt == "y":
print("STORE ANSWER")
print("DISPLAY A RECIPE SPECIFIC TO USER USING SPOONACULAR")
elif salt == "N" or salt == "n":
print("NORMAL RECIPE")