learn-python
learn-python copied to clipboard
Codecademy | Learn Python 3
My take on the Sal's shipping assignment
Make ASCII art using block letters :)
Wish you like that version without functions just IF, elif and else.
import random # create random number from 1 to 9 random_number = random.randint(1, 9) # taking user name input and question name = input("Whats your name? ") question = input("Enter...
Adding cheapest cost calculation and prints with the method associated
Maybe include optional steps to have the program itself determine which shipping method is the cheapest.
Per the training, I'm sharing something cool! I was able to use some of the previous lessons (and some Googling) to expand on the exercise and capture user input as...