File tree Expand file tree Collapse file tree 1 file changed +64
-0
lines changed Expand file tree Collapse file tree 1 file changed +64
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "cells" : [
3+ {
4+ "cell_type" : " code" ,
5+ "execution_count" : 1 ,
6+ "metadata" : {},
7+ "outputs" : [],
8+ "source" : [
9+ " class Employee:\n " ,
10+ " pass\n " ,
11+ " \n " ,
12+ " emp_1=Employee()\n " ,
13+ " emp_2=Employee()"
14+ ]
15+ },
16+ {
17+ "cell_type" : " code" ,
18+ "execution_count" : 2 ,
19+ "metadata" : {},
20+ "outputs" : [
21+ {
22+ "name" : " stdout" ,
23+ "output_type" : " stream" ,
24+ "text" : [
25+ " <__main__.Employee object at 0x000001C215A66B48>\n " ,
26+ " <__main__.Employee object at 0x000001C21469B348>\n "
27+ ]
28+ }
29+ ],
30+ "source" : [
31+ " print(emp_1)\n " ,
32+ " print(emp_2)"
33+ ]
34+ },
35+ {
36+ "cell_type" : " code" ,
37+ "execution_count" : null ,
38+ "metadata" : {},
39+ "outputs" : [],
40+ "source" : []
41+ }
42+ ],
43+ "metadata" : {
44+ "kernelspec" : {
45+ "display_name" : " Python 3" ,
46+ "language" : " python" ,
47+ "name" : " python3"
48+ },
49+ "language_info" : {
50+ "codemirror_mode" : {
51+ "name" : " ipython" ,
52+ "version" : 3
53+ },
54+ "file_extension" : " .py" ,
55+ "mimetype" : " text/x-python" ,
56+ "name" : " python" ,
57+ "nbconvert_exporter" : " python" ,
58+ "pygments_lexer" : " ipython3" ,
59+ "version" : " 3.7.4"
60+ }
61+ },
62+ "nbformat" : 4 ,
63+ "nbformat_minor" : 4
64+ }
You can’t perform that action at this time.
0 commit comments