- 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 (8.71 KiB) Viewed 28 times
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.
-
- Site Admin
- Posts: 899603
- 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