marks = {'Physics':67, 'Maths':87} print(marks.items()) # Output: dict_items([('Physics', 67), ('Maths', 87)])