Worksheet 3
Worksheet 3
Choose an appropriate variable name, data type, and explanation for the following situations. Fill in
the table below:
Below is an incomplete Python program that accepts and prints the details of a smartphone. Fill in
the missing parts.
1. If the RAM is 8GB or more and storage is at least 256GB, categorize it as a "High-End
Smartphone".
2. If the RAM is 4GB or more and storage is at least 128GB, categorize it as a "Mid-Range
Smartphone".
4. Ask the user for their budget, and print whether the phone is affordable.