dict = {}string="1234"for i,ch in enumerate(string): dict[i] = ch print dict
Name (required)
email (will not be published) (required)
Website