Skip to content

Commit 704915d

Browse files
committed
Call From emp1
1 parent 2518677 commit 704915d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Employee Static Method.ipynb

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 4,
5+
"execution_count": 7,
66
"metadata": {},
77
"outputs": [
88
{
@@ -46,15 +46,9 @@
4646
"import datetime\n",
4747
"\n",
4848
"myBday=datetime.date(2020,3,19)\n",
49-
"print(Employee.is_workng(mydate))"
49+
"print(Employee.is_workng(myBday))\n",
50+
"print(emp_1.is_workng(myBday))"
5051
]
51-
},
52-
{
53-
"cell_type": "code",
54-
"execution_count": null,
55-
"metadata": {},
56-
"outputs": [],
57-
"source": []
5852
}
5953
],
6054
"metadata": {

0 commit comments

Comments
 (0)