From f69252c73e8bf69886d5a4dcbe3fb48ed353442f Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 7 Apr 2017 22:08:06 -0400 Subject: [PATCH] last --- python.md | 1 + 1 file changed, 1 insertion(+) 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