Machine Learning MCQS - QUESTION DETAILS

What was the main motivation behind creating Python?
A. Web development
B. Scripting
C. System programming
D. Educational purposes

Python was created by Guido van Rossum for educational purposes.

Similar Questions

What will be the output of the code: print("Python"[::2])?






What is the result of the expression 3 + 5 * 2?






In which year was Python first released?






What will be the output of the code: print("Python"[::-1])?






Which of the following is NOT a key feature of Python?






Who is the creator of Python?






What will be the output of the code: x = 5 ; print(x)?






Which of the following is a valid way to convert a string to an integer in Python?






Which Python release introduced the 'walrus' operator (':=')?






What was the main motivation behind creating Python?