Skip to content

Commit 919381f

Browse files
committedFeb 9, 2020
Call from EMP2
1 parent 704915d commit 919381f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎Employee Static Method.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"\n",
4848
"myBday=datetime.date(2020,3,19)\n",
4949
"print(Employee.is_workng(myBday))\n",
50-
"print(emp_1.is_workng(myBday))"
50+
"print(emp_1.is_workng(myBday))\n",
51+
"print(emp_2.is_workng(myBday))"
5152
]
5253
}
5354
],

0 commit comments

Comments
 (0)
Failed to load comments.