Computer Science, asked by abeerhaider6646, 1 year ago

How to import a single function from a Python module?

Answers

Answered by Anonymous
0

It's simple.

from 'module name' import 'function name'

Note:- Don't put parenthesis.

Answered by IIIsenoritaIII
2

Answer:

\huge\sf\red{Answer:-}

Import the module named mymodule, and call the greeting function

Similar questions