Question: plz use python Write a program that asks the user to enter a line of integers corresponding to temperature values in C. You can assume
plz use python
Write a program that asks the user to enter a line of integers corresponding to temperature values in C. You can assume that the line will contain at least 1 integer value, and that the integer values will be separated by a comma (","). The program then prints out extreme temperatures in this line. A temperature is considered extreme if it is greater then or equal to 40C or less then or equal to 10C. The extreme temperature values are printed out on a single line, with a comma and a space (", ") separating each value. Note: - The output produced by the program must be in the format shown in the examples below, including the format of the prompt, spaces, and punctuation. - The output displays the values in ascending order. - There are no spaces in the input. - Useful methods: append (), split (), and join( )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
