π€ Funny AI Project AI Mood Detector Idea The “AI” looks at what the user types and guesses their mood . Then it gives a funny response . Example Input: I am very hungry AI: “π You sound hungry! Go find pizza immediately!” Step 1: Open Google Colab Go to: https://colab.research.google.com Click New Notebook . Step 2: Copy This Code import random print("π€ Welcome to Funny AI Mood Detector!") print("------------------------------------") text = input("Tell me something about how you feel today: ").lower() happy_words = ["happy", "great", "good", "awesome", "fun"] sad_words = ["sad", "bad", "tired", "cry", "upset"] hungry_words = ["hungry", "food", "eat", "pizza", "burger"] if any(word in text for word in happy_words): responses = [ "π Wow!...