1.

Suppose list1 = [0.5 * x for x in range(0, 4)], list1

Answer»

ANSWER:

Answer:[0.0, 0.5, 1.0, 1.5].



Discussion

No Comment Found