简介
在这个挑战中,你需要使用 Go 的 map 创建一个简单的成绩跟踪系统,以高效管理学生的表现。作为助教,你将负责实现各种操作,例如添加学生、检索和更新成绩,以及打印当前学生的成绩。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
go(("Golang")) -.-> go/DataTypesandStructuresGroup(["Data Types and Structures"])
go(("Golang")) -.-> go/FunctionsandControlFlowGroup(["Functions and Control Flow"])
go/DataTypesandStructuresGroup -.-> go/strings("Strings")
go/DataTypesandStructuresGroup -.-> go/maps("Maps")
go/FunctionsandControlFlowGroup -.-> go/for("For")
subgraph Lab Skills
go/strings -.-> lab-436735{{"使用 Go Map 管理学生成绩"}}
go/maps -.-> lab-436735{{"使用 Go Map 管理学生成绩"}}
go/for -.-> lab-436735{{"使用 Go Map 管理学生成绩"}}
end