0% found this document useful (0 votes)
2 views3 pages

Data Type Homework

The document outlines a homework assignment that consists of three parts: creating variables of different data types and printing their types, crafting a creative football story using those variables, and answering logic questions in comments. The story must be humorous and formatted with new lines, while the logic questions prompt critical thinking about player conditions and responsibilities. Overall, the assignment encourages creativity and application of programming concepts.

Uploaded by

romesaramzan01
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views3 pages

Data Type Homework

The document outlines a homework assignment that consists of three parts: creating variables of different data types and printing their types, crafting a creative football story using those variables, and answering logic questions in comments. The story must be humorous and formatted with new lines, while the logic questions prompt critical thinking about player conditions and responsibilities. Overall, the assignment encourages creativity and application of programming concepts.

Uploaded by

romesaramzan01
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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?

You might also like