☑Kizspy.me
(Choose 1 answer)
☐ A
Back
Next
What will be the output of the following code?
student={
}
1: "Tuan",
2: "Hoa",
3: "Nam"
x student.keys()
print(x)
A. dict_keys([1, 2, 3])
B. dict_values(['Tuan', 'Hoa', 'Nam'])
C. [1: "Tuan", 2: "Hoa", 3: "Nam"
D. 3
FUQ.sh
sh the exam.