Question: What does the following code display? values = [2] * 5 print(values)
What does the following code display?
values = [2] * 5
print(values)
Step by Step Solution
3.44 Rating (160 Votes )
There are 3 Steps involved in it
The given code creates a list named values by mult... View full answer
Get step-by-step solutions from verified subject matter experts
