diff --git a/python.md b/python.md index dff9a76..0692d81 100644 --- a/python.md +++ b/python.md @@ -176,3 +176,4 @@ while a < 20: - Write a program that loops through each value in the list and prints the minimum - Write a program that loops through each value in the list and prints the maximum 1. Combine all the programs from the previous step into one program that asks the user what operation they would like to do +1. Alter the last program so that it performs the operations for only numbers that are greater than a number specified by the user