I\'m new to python.
I want the program to ask
\"is Johnny hungry? True or false?\"
user inputs True then print is
johnnyHungry = input("Is johnny hungry ") if johnnyHungry == "True": ...
I expect that you can take it from there?