tutorial.eyehunts.com
How to take multiple inputs in Python using while loop
Use While True to take multiple inputs in Python using a while loop. Don't forget to break the loop based on input.
Rohit