Companion Workbook for "Intro To Python Programming: Beginners Guide Series" book. This workbook contain 80 Python problems and their solutions; and directly follows the chapters of the original book by John Elder. It's a great companion tool that will help reinforce what you learn in the original book. CHAPTER ONE - INTRODUCTION CHAPTER TWO – WRITING OUR FIRST PYTHON PROGRAM • Exercise 2.1 – Hello World – First Impressions Count! • Exercise 2.2 – Print-It Party – Making Python Talk • Exercise 2.3 – Whoops-a-Daisy – Learning Through Errors • Exercise 2.4 – Comment Craze – What's the Big Idea? • Exercise 2.5 – Coding Chaos – Debugging Fun • Exercise 2.6 – Print the Unexpected – Creative Strings • Exercise 2.7 – Hidden Messages – Comment Coding • Exercise 2.8 – Guess My Error – Spot and Correct • Exercise 2.9 – Terminal Treasure Hunt • Exercise 2.10 – ASCII Art Adventure CHAPTER THREE – FUN WITH MATH, VARIABLES, AND INPUTS • Exercise 3.1 – Calculator Fun – Math Time! • Exercise 3.2 – Floaty Numbers – Decimals Matter • Exercise 3.3 – Variable Swap – Switcheroo! • Exercise 3.4 – Favorite Animal – Input Practice • Exercise 3.5 – Birth Year Guess – The Age Calculator • Exercise 3.6 – Favorite Number – String + Variable • Exercise 3.7 – Story Time – Input & Concatenation • Exercise 3.8 – Python Mad Libs • Exercise 3.9 – Grocery Total – Math with Input • Exercise 3.10 – Math Story Problem CHAPTER FOUR – IF/ELSE STATEMENTS • Exercise 4.1 – Roller Coaster Ride – Height Check • Exercise 4.2 – Even or Odd? • Exercise 4.3 – Password Checker • Exercise 4.4 – Grading Machine • Exercise 4.5 – Double Trouble • Exercise 4.6 – Animal Match Game • Exercise 4.7 – Dinner Plans – Logical Operators • Exercise 4.8 – Number Range Checker • Exercise 4.9 – Weather Wizard • Exercise 4.10 – Choose Your Path – Text Adventure CHAPTER FIVE – LISTS • Exercise 5.1 – Travel Wishlist • Exercise 5.2 – Birthday Gifts • Exercise 5.3 – Best Snacks • Exercise 5.4 – Replace It! • Exercise 5.5 – Insert a Surprise • Exercise 5.6 – Remove the Chore • Exercise 5.7 – Index Flip • Exercise 5.8 – Repetition! • Exercise 5.9 – Mixed Bag • Exercise 5.10 – Personal Inventory CHAPTER SIX – LOOPS • Exercise 6.1 – Even Countdown • Exercise 6.2 – Zoo Animals • Exercise 6.3 – Count and Compliment • Exercise 6.4 – Build a Word • Exercise 6.5 – No Fours Allowed • Exercise 6.6 – Stop at Banana • Exercise 6.7 – Empty Loop Else • Exercise 6.8 – Just Passing Through • Exercise 6.9 – Password Practice • Exercise 6.10 – Buzz Until Stop CHAPTER SEVEN – FUNCTIONS • Exercise 7.1 – The Spam Factory • Exercise 7.2 – Escape Room Profile Loader • Exercise 7.3 – Default Insult Generator • Exercise 7.4 – Fighter Intro Announcer • Exercise 7.5 – Emoji Printer • Exercise 7.6 – Custom Liner • Exercise 7.7 – Build-A-Band • Exercise 7.8 – Code Red Alert • Exercise 7.9 – Commentator Combo • Exercise 7.10 – Function Multipack CHAPTER EIGHT – DICTIONARIES • Exercise 8.1 – Escape Room Profile Loader • Exercise 8.2 – Build-a-Planet • Exercise 8.3 – Quiz Score Evaluator • Exercise 8.4 – Monster Weakness Map • Exercise 8.5 – Shopping Cart Updater • Exercise 8.6 – Menu Calorie Counter • Exercise 8.7 – Currency Converter • Exercise 8.8 – Vote Tally Simulator • Exercise 8.9 – Winter Wardrobe Filter • Exercise 8.10 – Zoo Inventory Tracker CHAPTER NINE – IS THIS THING ON?! • Exercise 9.1 – Riddle Dictionary • Exercise 9.2 – run_quiz Function • Exercise 9.3 – Math Fact Checker • Exercise 9.4 – trivia_round Function • Exercise 9.5 – Simulated Speed Quiz • Exercise 9.6 – Vocabulary Reflection Quiz • Exercise 9.7 – Case-Insensitive Quiz • Exercise 9.8 – Error Type Quiz • Exercise 9.9 – Emoji Meaning Quiz • Exercise 9.10 – Custom Flashcard Builder