πŸ“Š Python
Q. What is the value of the following expression?
8/4/2, 8/(4/2) The above expressions are evaluated as: 2/2, 8/2, which is equal to (1.0, 4.0).
  • (A) (1.0, 4.0)
  • (B) (1.0, 1.0)
  • (C) (4.0. 1.0)
  • (D) (4.0, 4.0)
πŸ’¬ Discuss
βœ… Correct Answer: (A) (1.0, 4.0)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
249
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tanmay
Publisher
πŸ“ˆ
91%
Success Rate