Explanation: execute in the shell to verify.
Q. Suppose list1 = [0.5 * x for x in range(0, 4)], list1 is:
β
Correct Answer: (C)
[0.0, 0.5, 1.0, 1.5]
Explanation by: Mr. Dubey
execute in the shell to verify.
Discussion
Question Analytics
803
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
84%
Success Rate