Implement a function priceTShirt in Python that computes and returns the price of a T-shirt. The function accepts two arguments: a) the size of the T-shirt, one of 'S','M','L' and b) a str containing a slogan to be written on the shirt. The shirts have a base price of 12 dollars for small shirts, 15 dollars for medium and 18 dollars for large. The cost of the slogan depends on the amount of ink used to print the characters: each lower case letter costs 25 cents, each upper case letter costs 30 cents, each punctuation mark, anyone of marks appearing in .,!'"?: cost 20 cents, whitespace, either a space or newline character, cost 0 cents (no ink!). you may assume the slogan has no characters other than those mentioned above

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter9: Records (struct)
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question

Implement a function priceTShirt in Python that computes and returns the price of a T-shirt.

  • The function accepts two arguments: a) the size of the T-shirt, one of 'S','M','L' and b) a str containing a slogan to be written on the shirt.
  • The shirts have a base price of 12 dollars for small shirts, 15 dollars for medium and 18 dollars for large.
  • The cost of the slogan depends on the amount of ink used to print the characters:
    each lower case letter costs 25 cents,
    each upper case letter costs 30 cents,
    each punctuation mark, anyone of marks appearing in .,!'"?: cost 20 cents,
    whitespace, either a space or newline character, cost 0 cents (no ink!).
    you may assume the slogan has no characters other than those mentioned above
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning