Question: I have a question for my python class We use Vocareum. I am not sure how to calculate the minimum. Write a program that prompts
I have a question for my python class
We use Vocareum. I am not sure how to calculate the minimum.
Write a program that prompts the user for a number from 1 to 200 until the number 179 is encountered. Not including the 179, calculate the minimum value.
In case you know what this means: DO NOT USE LISTS! We will look into the use of lists later.
Click here for an example run

Vocareum Probl X Workbench X https://labs.voca x https://labs.voca (107) PROBLEM X (107) Tutorial #3 X 4.py X X CD labs.vocareum.com/main/main.php?m=editor&mode=&asnid=283361&stepid=283362 EJ Apps AD & Server DDWRT Mods & Tu... FF Links Novel Writing Reso... School Stuff f vmw 'Unrecovourable err... Other bookmarks Reading list vocareum My Classes Help james simmons 34:Basic WHILE Loop processes Submit Details Run Instructions Grades Actions Rename Delete Copy File: work/s19.py Saved Files C README O Terminal Source C work/s 19.py # YOUR NAME : James Simmons - resource # ASSIGNMENT : Chapter 34 Problem 7 # DATE COMPLETED: 03/24/2021 + lib 8 9 10 in + asnlib 11 min_value = 0 12 + scripts 13 14 while inp !=179: 15 inp = int(input( "Please enter a number from 1 to 200 (179 to stop) : ")) + startercode 16 print (inp) 17 - work 18 if (min_value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
