tutorial.eyehunts.com
How to take infinite input in Python | Example code
Use a while loop to take infinite input in Python. Save that input to the other data structure such a list and use any condition to break...
Rohit