Styrow.dev
Question 31 of 45
Python Topic: General medium

Explain how can you access a module written in Python from C?

Question

Explain how can you access a module written in Python from C?

Answer

You can access a module written in Python from C by following method, Module = =PyImport_ImportModule("""");