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 = [] 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
The Python code you provided calculates ... View full answer
Get step-by-step solutions from verified subject matter experts
