tutorial.eyehunts.com
How to take continuous input in Python | Example code
Use While loop with True condition expression to take continuous input in Python. And break the loop using if statement and break statement.
Rohit