Skip to content

applegz/Python-Syntax-Practice2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python-Syntax-Practice2

This is the A project of PYTHON LIST AND LOOPS in Codecademy course.

Carly's Clippers You are the Data Analyst at Carly’s Clippers, the newest hair salon on the block. Your job is to go through the lists of data that have been collected in the past couple of weeks. You will be calculating some important metrics that Carly can use to plan out the operation of the business for the rest of the month.

You have been provided with three lists:

hairstyles: the names of the cuts offered at Carly’s Clippers prices: the price of each hairstyle in the hairstyles list last_week: the number of each hairstyle in hairstyles that was purchased last week

Objectives:

  1. Find out the total price of all categories
  2. Find out the average price
  3. Cut $5 from each categories
  4. Find out the total revenue of last week
  5. Find out the average of daily avenue
  6. Create a new list that only contains the hairstyles that is less than $30 for promotion

Releases

No releases published

Packages

No packages published