How to access a module written in Python from C?

Submitted by: Muhammad
You can access a module written in Python from C by following method,

Module = =PyImport_ImportModule(“<modulename>”);
Submitted by: Muhammad

Read Online Python Developer Job Interview Questions And Answers