learn-python icon indicating copy to clipboard operation
learn-python copied to clipboard

Codecademy | Learn Python 3

Results 97 learn-python issues
Sort by recently updated
recently updated
newest added

Added the options for the scenarios of empty "question" string or empty "name" string.

Able to immediately see the cheapest shipping option, the price of that option, and the weight of the package in question without having to manually determine which option is the...

For maintenance purposes, we can implement tables. Without being too complicated we avoid lists and arrays at this level. These change wants to point out that costs can change frequently...

Added optional challenges.

I added a variable 'flat_charge' to the code so it can easily be modified in the future. Flat charge may change.

I created a new and extended version of magic 8 ball. It contains code for the extra optional challenge.

Fixed typo: "Premium"

Code for step 8: What is the cheapest method of shipping...

This is a more concise shipping calculator that combines the two if statements to save space. Do you see any issues here in terms of potential scalability???