TORONTO KIDS COMPUTER CLUB | Aurora Tuesday 18:30 Python Homework 20.03.03.
17161
post-template-default,single,single-post,postid-17161,single-format-standard,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Aurora Tuesday 18:30 Python Homework 20.03.03.

05 Mar Aurora Tuesday 18:30 Python Homework 20.03.03.

Question 1:

A soccer team is looking for girls from ages 10 to 12 to play on their team. Write a program to ask the user’s age and if male or female (using “m” or “f”). Display a message indicating whether the person is eligible to play on the team.

Sample Input 1:
Age: 10
Gender: f

Sample Output 1:
Welcome to the team!


Sample Input 2:
Age: 10
Gender: m

Sample Output 2:
You are not allowed to play!


Question 2:

Vehicles are classified based on their total interior volume. Write a program to classify a vehicle based on total interior volume, in cubic feet, as shown in the table below:

Vehicle size class Total interior volume
Minicompact Less than 85 cubic feet
Subcompact 85 to 99 cubic feet
Compact 100 to 109 cubic feet
Mid-Size 110 to 119 cubic feet
Large 120 cubic feet or more

Sample Input:
Total interior volume: 80

Sample Output:
Minicompact

No Comments

Sorry, the comment form is closed at this time.