import pypack.upper.module_b #True
#import upper.module_b #ModuleNotFoundError: No module named 'upper'
from pypack.upper import module_b
#import module_b #ModuleNotFoundError: No module named 'module_b'
Ans -> AB
A. from pyback.upper import module_b
B. import pyback.upper.module_b
upvoted 2 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
macxsz
Highly Voted 2 years, 6 months agoseaverick
Most Recent 9 months, 4 weeks agoDezzoPalYeah
1 year, 1 month agoivanbicalho
1 year, 9 months agoNenggg
1 year, 11 months agorotimislaw
2 years ago