Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

dictionary input from user in python3

d=dict(input().split() for x in range(n))
print(d)
Source by www.quora.com #
 
PREVIOUS NEXT
Tagged: #dictionary #input #user
ADD COMMENT
Topic
Name
7+1 =