#values in python List_of_Students = {"Jim" : "Roll-32"+","+ "Priority-First", "Yeasin": "Roll-33"+","+ "Priority-2nd",} print(List_of_Students.values()) #That will show only the the values