a) reverse(l)
b) list(reverse[(l)])
c) reversed(l)
d) list(reversed(l))
Suppose there is a list such that: l=[2,3,4]. If we want to print this list in reverse order, which of the following met
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Suppose there is a list such that: l=[2,3,4]. If we want to print this list in reverse order, which of the following met
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!