Request New Subject
Home
Computer Science Engineering (CSE)
Python Programming
Q. What is the output of the following program :i = 0while i < 5: print(i) i += 1 if i == 3: breakelse: print(0) (Solved)
1. 0 1 2 0
2. 0 1 2
3. Error
4. None of the above
b. 0 1 2
Related Topics
→ Computer Architecture and Organization
→ Microprocessor and Interfacing Technique
→ Computer Networks
→ Data Structure and Algorithms (DSA)
→ Operating System (OS)
→ Artificial Intelligence and Robotics (AIR)
→ Software Project Management (SPM)
→ Computer Fundamentals
→ High Performance Computing (HPC)
→ Data Communication and Computer Network
Subscribe Now
Get All Updates & News
Subscribe