Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c82c7cd

Browse filesBrowse files
authored
Create unit6_ex6.3.2.py
1 parent db708e2 commit c82c7cd
Copy full SHA for c82c7cd

File tree

1 file changed

+10
-0
lines changed
Filter options

1 file changed

+10
-0
lines changed

‎unit6_ex6.3.2.py

Copy file name to clipboard
+10Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.