🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

आयात के " from... import......" के बारे में निम्नलिखित में से कौन सा गलत है?

Which of the following is false about “from .... import ......” form of import?

A
The syntax is: from modulename import identifier
B
This form of import does not import anything
C
The namespace of imported module becomes part of importing module
D
The identifiers in module are accessed directly as: identifier
Explanation

Correct Answer: B) This form of import does not import anything

Latest Updates