Q. Which of the following is not a valid loop type in Python?

  • (A) for
  • (B) while
  • (C) do while
  • (D) nested
πŸ’¬ Discuss
βœ… Correct Answer: (C) do while
Explanation: Python does not have a do while loop.
Explanation by: Mr. Dubey
Python does not have a do while loop.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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