πŸ“Š Python
Q. Suppose t = (1, 2, 4, 3), which of the following is incorrect?
  • (A) print(t[3])
  • (B) t[3] = 45
  • (C) print(max(t))
  • (D) print(len(t))
πŸ’¬ Discuss
βœ… Correct Answer: (B) t[3] = 45

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
291
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
95%
Success Rate