Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

9. Draw the flow chart that corresponds to List6-O #the empty list for in range(0, 10, 1) list6.append(int (input(give a num))) print(list6) #yes l know

image text in transcribed

9. Draw the flow chart that corresponds to List6-O #the empty list for in range(0, 10, 1) list6.append(int (input("give a num"))) print(list6) #yes l know the .append thing is new so learn it is a method of a list..what is a list...oh my another new thing...explore. 10. Walk through the above flowchart with paper and pencil and make sure that you can simulate what is happening (keep track of every variable in every step all the way through...his is the best way to really understand...assuming the user input is 12345678910 11. In the above program what does the variable list6[8] contain? Where is it in relation to the other elements of list6

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spomenik Monument Database

Authors: Donald Niebyl, FUEL, Damon Murray, Stephen Sorrell

1st Edition

0995745536, 978-0995745537

More Books

Students also viewed these Databases questions

Question

1. Submit a copy of the letter to a legislator(your representative)

Answered: 1 week ago