Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Lists and loops Create the following lists, possibly in multiple ways. 1) odd positive integers below 20. 2) sums from 1 to n, for up

Lists and loops

Create the following lists, possibly in multiple ways.

1) odd positive integers below 20.

2) sums from 1 to n, for up to n=10.

3) primer numbers below n=20

4) n=10 random numbers between 0 and k=5. (use np.random.randint())

5) from two lists of the same length, make a list with the larger of the items at the same position.

6) from a random list with 10 items find the medium

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions