Homework: Football Story + Data Type Challenge
Part 1: Create Variables (Data Types Practice)
Create variables for ALL of these and print their data type:
Example: (Do not use this example create your own its just a sample)
⚽ Part 2: Build a Football Story (FUN + CREATIVE)
Now use ALL variables in a story using ONE print statement + \n
Required Output Format:
At least 6–8 lines
Must include all variables
Use \n for new lines
Story must be funny / creative (not boring)
Example structure: (create your own different story)
Part 3: Logic Twist (Fun Thinking)
Answer in comments: (we use # to write a comment)
# 1. If a player has injury_status = True, should he play? Why?
Now solve these two
# 2. What makes a player better: goals_scored or speed_rating?
# 3. If is_captain = True, what extra responsibility does he have?