a) print(t[3])
b) t[3] = 45
c) print(max(t))
d) print(len(t))
Suppose t = (1, 2, 4, 3), which of the following is incorrect?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Suppose t = (1, 2, 4, 3), which of the following is incorrect?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!