Computer Science, asked by srishtimishra692, 11 months ago

What should be the name of the python file that defines a module foo?

module.py
foo_module.py
module_foo.py
foo.py


Answers

Answered by TanikaWaddle
0

Explanation:

The name of the python file that defines a module foo is

foo.py

where foo is the module

and .py is the extension of the file  which have functions and variables

Python file are referenced as a module

hence ,

option (d)

foo.py

#Learn more :

https://brainly.in/question/1735035

Similar questions