πŸ“Š Python
Q. The output of this Python code would be
Code:
a = [‘mn’, ‘op’]
print(len(list(map(list, a))))))
  • (A) 4
  • (B) 2
  • (C) Not specified
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (D) Error

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
179
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Parvesh Kanani
Publisher
πŸ“ˆ
97%
Success Rate