Step: Feelings

One component of AI is the attempt to replicate human emotion. So we want to include emotions in the conversation - but your chatbot does not have the ability to make a learned response based on the users input so you have to be generic.

feeling = input("How are you feeling today?")
print("Why are you feeling", feeling, " now?")

#now continue this conversation that will work with 
#all the feelings 

Last updated