Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
How to use while : While « Language Basics « Python
Python
Language Basics
While
How to use while
response =
""
while
response !=
"Because."
: response = raw_input(
"Why?\n"
)
Related examples in the same category
1.
While loop with counter-controlled repetition.
2.
While loop with sentinel-controlled repetiton.
3.
Analysis of examination results.
4.
Use if inside while
5.
While loop
6.
While loop demo
7.
While with break
8.
Write an initial sub-sequence of the Fibonacci series
9.
While with else
10.
Guess My Number
11.
A trailing comma avoids the newline after the output