Page 1 of 1

5) What is the output of the following Python code? x = ("B": 2, "R": 5, "T":4} for i inx print(x[1], end**) A. 264 B. B

Posted: Tue Apr 12, 2022 10:21 am
by answerhappygod
5 What Is The Output Of The Following Python Code X B 2 R 5 T 4 For I Inx Print X 1 End A 264 B B 1
5 What Is The Output Of The Following Python Code X B 2 R 5 T 4 For I Inx Print X 1 End A 264 B B 1 (14.06 KiB) Viewed 26 times
5) What is the output of the following Python code? x = ("B": 2, "R": 5, "T":4} for i inx print(x[1], end**) A. 264 B. BRT C. B2R6T4 D. B:2R:61:4