Q. What will be the result of `print(5//2)`?

  • (A) 2.5
  • (B) 2
  • (C) 3
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (B) 2
Explanation: `//` is floor division, which returns the largest integer less than or equal to the division result.
Explanation by: Mr. Dubey
`//` is floor division, which returns the largest integer less than or equal to the division result.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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