You can use ordered dictionary
from collections import OrderedDict
a = OrderedDict([('He', True), ('will', True), ('be', True), ('the', True), ('winner', True)])
Brent O.
asked 05/16/18
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.