Skip to content

Commit c82c7cd

Browse files
authored
Create unit6_ex6.3.2.py
1 parent db708e2 commit c82c7cd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

unit6_ex6.3.2.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# exercise 6.3.2 from unit 6
2+
'''
3+
Here is a line of code
4+
5+
from a.b import c
6+
What does the following line of code do?
7+
8+
'''
9+
10+
# Answer: Imports object c from module b which is in package a.

0 commit comments

Comments
 (0)