m = {'A', 'F', 'R', 'Y'} m = True true = "Honesty is the best policy"
m = true m = {'Listen' :'Music', 'Play' : 'Games'}
print(m.keys()) m = {'Listen' :'Music', 'Play' : 'Games'}
print(m.values())