πŸ“Š Python
Q. What is the value of the following expression?
Code:
2+4.00, 2**4.0
  • (A) (6.0, 16.0)
  • (B) (6.00, 16.00)
  • (C) (6, 16)
  • (D) (6.00, 16.0)
πŸ’¬ Discuss
βœ… Correct Answer: (A) (6.0, 16.0)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
239
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
92%
Success Rate