Computers and Technology

Write a python program to do the following: (a)use a for loop and a random integer generator to generate 5 random integers in 1 to 9. store the random integers in a list. display the list. (b)use a for loop and a random integer generator to generate 5 random integers in 2 to 8. store the random integers in a second list. display the second list. (c)use a for loop to compare elements in the two lists in pairs, i. e., compare the first elements in both lists, compare the second elements in the both lists, etc. display the larger number in each comparison. the following is an example. there is no user input in this program.

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 12:00, trippie4life
3. when you right-click a linked spreadsheet object, what commands do you choose to activate the excel features? a. linked worksheet object > edit b. edit data > edit data c. linked spreadsheet > edit d. object > edit data
Answers: 2
image
Computers and Technology, 24.06.2019 13:00, naomirice24
In a heat transfer course, we can derive the equation for the temperature distribution in a flat rectangular plate. in this example, we will look at a plate at steadystate with three sides being held at t1, and one side held at t2. the temperature for any location on the plate, t(x, y), can be calculated by where create a function (prob3_5) that will take inputs of vectors x and y in feet, scalar n, scalars l and w in feet and scalars t1 and t2 in degrees fahrenheit. it will output a matrix t which is the temperature of each x and y locations. t will have the number of columns equal to the number of elements in x and rows equal to the number of elements in y. though this can be done without loops (perhaps more efficiently), your program must use a nested loop.
Answers: 2
image
Computers and Technology, 24.06.2019 19:20, boyancecristina
Which command suppresses the visibility of a particular row or column in a worksheet?
Answers: 1
image
Computers and Technology, 24.06.2019 23:30, soapai
True or false when a host gets an ip address from a dhcp server it is said to be configured manually
Answers: 1
Do you know the correct answer?
Write a python program to do the following: (a)use a for loop and a random integer generator to gen...

Questions in other subjects:

Konu
Mathematics, 08.09.2021 05:10