#Conditional statement V2 name = input(f"Greetings user what is your name? ") bread = input(f" hello {name} do you enjoy bread? ") if bread == "yes" : print (f" You {name} is welcomed as a follower of the great Bread welcome and may you have a blessed day ") else: print(f"how could you not like bread you evil being ") print(f"The program has ended ")