tutorial.eyehunts.com
How to take input for dictionary in Python | Example code
Using str.splitlines() and str.split() function will take input for dictionary in Python. Or you can use a split function with for loop for
Rohit