πŸ“Š Python
Q. What is the output of the following code?
Code:
print(3 ** 2)
  • (A) 6
  • (B) 9
  • (C) 8
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (B) 9

Explanation: `**` is the exponentiation operator. 3 ** 2 = 9.

Explanation by: Mr. Dubey
`**` is the exponentiation operator. 3 ** 2 = 9.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
63
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate