現有一組同學绮夢,冷伊一,香凝,梓軒,零語,聖博;他們的生源地
分別為山東、山西、湖南、內蒙古,山東,山西.
(1)利用集合分別記錄學生名單和生源地;
(2)利用集合構造出相同省份的學生名單。
我編寫的代碼:
student_name = ['绮夢','冷伊一','香凝','梓軒','零語','聖博']
student_name1 = set (student_name)
print (student_name1)
birthplace = ['山東','山西','湖南','內蒙古','山東','山西']
birthplace1 = set (birthplace)
print (birthplace1)
dictionary = dict(zip(student_name,birthplace))
print (dictionary)
for student_name,birthplace in dictionary.items():
dict.setdefault(birthplace,set()).add(student_name)
student = [ len(values) > 1]
printf(student)
需要達成的運行結果: