a) [0, 1, 2, 3]
b) [0, 1, 2, 3, 4]
c) [0.0, 0.5, 1.0, 1.5]
d) [0.0, 0.5, 1.0, 1.5, 2.0]
Suppose list1 = [0.5 * x for x in range(0, 4)], list1 is:
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Suppose list1 = [0.5 * x for x in range(0, 4)], list1 is:
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!