#this is a chatbot by Me
like = input("What do you like friend? :")
print (f"Oh like i {like} too dear friend!")
fet = input ("What genre do you like ? :")
print(f"Oh {fet} ? Such good taste dear friend!!")
may = input("How does it feel dear friend?")
print (f"Oh!So it taste {may}...")
sys.exit()