Here are the answers to your questions:
1. Python was created by Guido Van Rossum.
2. Yes, Python is an object-oriented programming language.
3. As a high level interpreted language, Python code is compiled into bytecode that is then interpreted by the Python runtime system. This makes Python code easier for humans to read and write.
4. Cross-platform means Python code can run on multiple operating systems like Windows, Linux, MacOS without any changes.
5. As a free and open source language, anyone can use, modify and distribute Python without paying any license fees. The source code is openly available.
6. In interactive mode, Python code is executed line by