سؤال

According to http://docs.python.org/2/reference/simple_stmts.html#the-import-statement, We can use

from module import identifier

and identifier can be module.name

But python suggest an syntax error, is there a mistake in the document?

هل كانت مفيدة؟

المحلول

identifier cannot contain periods. Your assumption is incorrect.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top