1) What is the output of the following python code? n 3[1] for i in range(len(n)): n[1]-n[1]+1 print(n) A. (1, 1, 1] B.
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
1) What is the output of the following python code? n 3[1] for i in range(len(n)): n[1]-n[1]+1 print(n) A. (1, 1, 1] B.
1) What is the output of the following python code? n 3[1] for i in range(len(n)): n[1]-n[1]+1 print(n) A. (1, 1, 1] B. [1, 2, 3] c. [0, 1, 2] D. [1][2][31
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!