Which feature of Python allows developers to interact with other languages and systems?
A. Interpreted execution
B. Integration with C extensions
C. Static typing
D. Code obfuscation
Python's integration with C extensions allows developers to interact with other languages and systems seamlessly.