Bash Script to display directories in Path?

Hello there,

As a newbie:

The directories in PATH can be hard to distinguish when printed out as
one line with colon .Please, can i have a sample script to display
them,one to a line.

Thank you.

echo "$PATH" | tr ':' '\n'