πŸ“Š Python
Q. Which operator is used for logical AND in Python?
  • (A) &&
  • (B) &
  • (C) and
  • (D) AND
πŸ’¬ Discuss
βœ… Correct Answer: (C) and

Explanation: Python uses the keyword and for logical AND operations.

Explanation by: Mr. Dubey
Python uses the keyword and for logical AND operations.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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