Page 1 of 1

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.

Posted: Tue Apr 12, 2022 10:21 am
by answerhappygod
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
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 39 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. [1, 2, 3] c. [0, 1, 2] D. [1][2][31