Question: Can you explain the code and when random.randint is added to the numslist[i] in the last line, is it going to add that number to

Can you explain the code and when random.randint is added to the numslist[i] in the last line, is it going to add that number to numslit in the second line?

Can you explain the code and when random.randint is added to the

1 2 3 import random numsList = [] 5 6 for i in range(0,4): numsList.append()) for j in range(0,4): number=random.randint(0, 100) numsList[i].append(random.randint(0,100) 7 8 9 10 11 12 13 14 15 for value in numsList: output="" for num in value: output+=str(num) print (output)

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!