Perbarui hanya kunci dalam Python

# keys in python

List_of_Students = {"Jim" : "Roll-32"+","+ "Priority-First",
                    "Yeasin": "Roll-33"+","+ "Priority-2nd",}

print(List_of_Students.keys())

#That will show only the key not the values
YEASIN ARAFAT