Question: What does the following program do? 1 2 3 4 5 8 18 C# tq_206.py #Author : Youcef Derbal import random w = []

What does the following program do? 1 2 3 4 5 8 18 C# tq_206.py #Author: Youcef Derbal import random W = []

What does the following program do? 1 2 3 4 5 8 18 C# tq_206.py #Author : Youcef Derbal import random w = [] for i in range (17): w = w+ [random.randint(40, 50)] x = w[0] for y in w: if x > y: x = y print (x)

Step by Step Solution

3.38 Rating (157 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The Python code you provided calculates ... View full answer

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 Programming Questions!