Computers and Technology
Computers and Technology, 04.04.2021 01:00, bm42400

It requires input from a user to populate a list with three values and it's coming up wrong every time. Some values are correct and others are incorrect like [7,15,3] when called in by user it's wrong and selects 15.The goal is to display the minimum input output right facing arrow * ##

#my_list = [7,17,10]

my_lista = [ ]

n = input( )

my_lista. append(n)

# second Value in list

n1 = input()

my_lista. append(n1)

# third value in list

n2 = input()

my_lista. append(n2)

min_num = min(my_lista)

print(min_num)

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 17:00, bnvghnbbb
Match the following. 1. show grouping of word processing tasks that can be performed quick access toolbar 2. shortcut location for commonly used elements scroll bars 3. organized commands used to modify documents ribbon 4. used to align and measure content in a word screen zoom bar 5. vertical and horizontal bars that are used to navigate through a document contextual tabs 6. displays the name of the document in use ruler 7. allows users to enlarge or shrink a visual of a word document title bar
Answers: 2
image
Computers and Technology, 23.06.2019 02:30, paolaviviana
Experimental data that is expressed using numbers is said to be
Answers: 1
image
Computers and Technology, 23.06.2019 22:00, bb1593
Jackson, who works in the finance department of a company, is holding a seminar for other employees on how to file taxes. only three employees sign up to attend the seminar. which device can he use to share his presentation with a group of three employees?
Answers: 1
image
Computers and Technology, 24.06.2019 03:30, laylay120
Other - a written response, no less than arial 12-point font, to the following: of the following, which would you consider is most important to customer service goals? choose one and explain why. (1) accuracy (2) punctuality and attendance (3) courtesy (4) productivity (5) organization
Answers: 1
Do you know the correct answer?
It requires input from a user to populate a list with three values and it's coming up wrong every ti...

Questions in other subjects: