tutorial.eyehunts.com
How to take n inputs in one line in Python | Example code
You can use a list comprehension to take n inputs in one line in Python. The input string is split into n parts, then the list comp creates
Rohit