SatyamSinghal commited on
Commit
38f0814
·
verified ·
1 Parent(s): 0916dbc

Create workforce.py

Browse files
Files changed (1) hide show
  1. workforce.py +5 -0
workforce.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ workforce = {
2
+ "total_employees": 2000,
3
+ "employee_satisfaction_score": 4.2,
4
+ "offices": ["Bangalore", "Mumbai", "Delhi", "San Francisco"]
5
+ }