n = 1
d = dict(input().split() for _ in range(n))
print (type(d))
a = "a 95"
s = dict(a.split())
print(type(s))