MCQ Pythonbasics
MCQ Pythonbasics
7. Which of the following statements about Python are true? (Multiple Choice)
A. It was created by Guido van Rossum, the Dutchman, in 1989, and it was first
released in 1991.
B. Python is a kind of free software and its open-source code complies with the
GPL (GNU General Public License) Protocol.
C. The Python syntax is simple and clear, characterized by using blank
characters for indentation.
D. Python is often nicknamed "glue language" because it can easily glue
together various modules developed in other languages.
8. (True or False) Multiple Python statements can be written in one line with
commas (,) between the statements. ()
A. TRUE
B. FALSE