Skip to content
#

codecademy

Here are 80 public repositories matching this topic...

Will take the weight of a package and determine the cheapest way to ship that package using Sal’s Shippers rates: - Ground shipping (small flat rate + rate based on weight). - Premium ground shipping (flat charge and no charge for weight). - Drone shipping (no flat charge but the rate based on weight is higher)

  • Updated Dec 8, 2020
  • Python

unique_english_letters takes a string word as a parameter. The function should return the total number of unique letters in the string. Uppercase and lowercase letters should be counted as different letters. The list of every uppercase and lower case letter in the English alphabet is in a string "letters".

  • Updated Jan 27, 2021
  • Python

Improve this page

Add a description, image, and links to the codecademy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the codecademy topic, visit your repo's landing page and select "manage topics."

Learn more