File size: 149 Bytes
38f0814 |
1 2 3 4 5 |
workforce = {
"total_employees": 2000,
"employee_satisfaction_score": 4.2,
"offices": ["Bangalore", "Mumbai", "Delhi", "San Francisco"]
} |
38f0814 |
1 2 3 4 5 |
workforce = {
"total_employees": 2000,
"employee_satisfaction_score": 4.2,
"offices": ["Bangalore", "Mumbai", "Delhi", "San Francisco"]
} |