Question: Using a Python environment of your choice, complete two small Python programs - Create a (two dimensional) list with 3 rows and 3 columns (of

Using a Python environment of your choice, complete two small Python programs -

  1. Create a (two dimensional) list with 3 rows and 3 columns (of information of your choice)
    • Allow user to obtain (extract) any information from your list (by giving you the respective row and column numbers)
    • Dont over complicate yourself with this problem. (It should be an easy implementation)
  2. Write a function named print_big_enough that accepts two parameters, a list of numbers and a number. The function should print, in order, all the elements in the list that are at least as large as the second parameter.

Capture screenshots of a few of your test runs thank you.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!