group={'师父':'唐三藏','大师兄':'孙行者','二师兄':'猪八戒','沙师弟':'沙和尚'}print(group.items())
Standard input is empty
dict_items([('师父', '唐三藏'), ('大师兄', '孙行者'), ('二师兄', '猪八戒'), ('沙师弟', '沙和尚')])
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!