- 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 25 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. B
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
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
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