dictionary
-
This datatype can hold key value pairs
-
Refer Here for programiz python dictionary.
Lets write a simple python program to store employee login and logout
- Lets assume we have the following employees
A
B
C
D
E
- For every employee i need to store login and logout time
-
The date for now is today
-
Key: Value and how many dictionaries do i need
-
Refer Here for the notebook
