Python Continued Lesson 2 – Make 3
Write a program that asks the user for a number from 1-3. If it is a 1, the program will add 10 to it. If it is a 2, the program will multiply it by 10. If it is a 3, it will divide the number by 10.
Python Continued Lesson 2 – Make 3 Read More »