🐍 If-Else Game: Guess the Animal! 🐾
Choose the animal based on the clue:
Can you guess which animal makes this sound?
Clue: I say "Woof!"
See python syntax for game above
Note: We use double equal sign to check '=='
Example: If I want to check name is john
we would use:
if name == "john":