How to Iterate Through a Dictionary in Python

Using .items to iterate to Print Key and Value

Print the Key

Print key and value

Iterate through using keys()

Getting the Keys only

Filterting Values , Print Players name where weight is more than or equal to 60

Accessing only Value without Key

Modifying Value multiply each Players Weight by 1.2

Swap the Keys and Value

Find and delete a Key Value