Workout #19: etc/passwd to dict
Oct 5, 2021
In this exercise, write a function, passwd_to_dict, that reads from a Unix-style “password file,” commonly stored as /etc/passwd, and returns a dict based on it.
TRY IT YOURSELF
ANSWER
https://colab.research.google.com/drive/14JySYdsVRKUespN7tyh6Bw8ShRXFa0ZU?usp=sharing