Module
Function
Folder
None of these
List
Dictionary
Tuple
Str
int
convert
Numpy
Array
dictionary
Continue
Break
pass
In the “from-import" form of import, identifiers beginning with two underscores are private and aren't imported.
dir() built-in function monitors the items in the namespace of the main module.
In the "from-import" form of import, all identifiers regardless of whether they are private or public are imported.
When a module is loaded, a compiled version of the module with file extension .pyc is automatically produced.
.py
.python
.p
2008
2010
2000
2005
shape ()
reshape()
change()
Compiler
Assembler
Translator
built-in functions
User-defined functions
Both of the above
34
40
50
None
//
%
&
individual lines of a file.
A list of remaining lines of the entire file
Write individual lines
None of the Above
Find the shape of the array
change the shape of array
Display elements
scope
Lifetime
keyword
if
for
Return