I want a program that prints Key and Value side by side for the following code:
This is a Dictionary:
d = {'M': ['Name1', 'Name2', 'Name3'], 'F': ['Name1','Name2','Name3']}
I want the a program that prints in the following form:
M, Name1
M, Name2
M, Name3
F, Name1
F, Name2
F, Name3
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…