Python 3 Absolute and Relative Import

preview_player
Показать описание
Python3 Absolute and Relative Import
#In Python 3, implicit relative imports within packages are no longer available.
#import string
#In python3, only absolute imports and explicit relative imports are supported.
from . import string

Please Like this Page to get Latest Python, Machine Learning and Artificial intelligence Tutorials
Рекомендации по теме
welcome to shbcf.ru