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

Showing how you can use `globals` to use one variable name to specify other variable name (this was my first time looking into globals). This is an example I personally...

added function to check the cheapest shipping mode.

This example prints a different message for each of the four possible scenarios: - name and question are empty - name and question are not empty - only name is...

The program automatically returns the cheapest method of shipping with its price without the user having to manually choose the cheapest one.

After completing https://www.codecademy.com/courses/learn-python-3/projects/python-sals-shipping. I noticed how my version is different to the accepted answer. coming from a browser orientated javascript background I never really have had to worry about numerical...

Just an extra from line 32 to the end, but the upper codes would work better with the original ones.

Hi! I'm trying to create a pull request to open and update my code for File - Sals Shipping.py. Could you please help me get the details or grant me...