标签: python python-3.x dictionary printing
我想转换:
初始分数: {1:0.25,2:0.25,3:0.25,4:0.25}
分为:
初始分数: 0.2500 2:0.2500 3:0.2500 4:0.2500
任何帮助将不胜感激!
答案 0 :(得分:1)
type User struct{ userName string userId int }