这个代码全部完成以后,最后单词的表达方式怎么变成图示,我这个写出来是个字典形式,怎么才能变成下图的样子呢?
for key,value in f.items(): print(key + ':' + value)