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
-
answerhappygod
- Site Admin
- Posts: 899604
- 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!