Mettre à jour uniquement les touches dans 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