[Tutor] variables into a dictionary

nano nano@intermatik.co.id
10 Oct 2002 08:55:58 +0700


hello pythoners,
i have some variables here:
one = 1
three = 4
six = 6

how can i assign those vars into a dictionary
numbers={'one':one,'three':three,'six':six}

that would be all for now,
TIA

nano'