CARVIEW |
Select Language
HTTP/2 200
content-type: text/html; charset=utf-8
date: Mon, 13 Oct 2025 03:35:43 GMT
permissions-policy: interest-cohort=()
strict-transport-security: max-age=31536000; includeSubDomains
server: nginx
cache-control: s-maxage=54228, max-age=0
x-powered-by: Next.js
etag: "g3xqyohhir6sfs"
content-encoding: gzip
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'self' http: https: ws: wss: data: blob: 'unsafe-eval' 'unsafe-inline'; frame-ancestors 'self';
vary: Accept-Encoding
x-cache: Hit from cloudfront
via: 1.1 cc1b2a0fc2bcb8c44f30e93e6d8cd00a.cloudfront.net (CloudFront)
x-amz-cf-pop: BOM78-P9
x-amz-cf-id: syqz4N4J2rO0u6cAhympLDJlxLnp2DCbuX6jgPaJ-85Q1-3OHMd9MA==
age: 14527
Loops in Python - For, While and Nested Loops-question-2
Interview Preparation
- Interview Preparation For Software Developers
- Must Coding Questions - Company-wise
- Must Do Coding Questions - Topic-wise
- Company-wise Practice Problems
- Company Preparation
- Competitive Programming
- Software Design-Patterns
- Company-wise Interview Experience
- Experienced - Interview Experiences
- Internship - Interview Experiences
Loops in Python - For, While and Nested Loops-question-2
Last Updated :
Discuss
Comments
Which type of loop continues until a specified condition becomes false?
For loop
While loop
Nested loop
Infinite loop
This question is part of this quiz :
Python Loops , Keywords and FunctionsTags:
Share your thoughts in the comments

GeeksforGeeks