Folks,
I am trying to modify the userManagement program given in Core Python Programming. It uses a dictionary to store user-password information. The usernames are the keys and the passwords are the values.
Now I want is to add a third element; last login time.
I want to store this information in a file so that the data is not lost once the program stops execution.
I am not sure of using time function in python..
Can anyone help with this issue??
REgards.
Asrar
--
To HIM you shall return.
--
To HIM you shall return.
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor