Who is the creator of Python?
- Dennis Ritchie
- Guido van Rossum
- James Gosling
- Larry Wall
Python was created by Guido van Rossum in the late 1980s and was first released in 1991.
Loading...
Related Quiz
- The ____ keyword is used to create a block of code that can handle exceptions in Python.
- For method overriding to occur, the method in the derived class must have the same _______ and return type as the method in the base class.
- What is the primary purpose of the try and except blocks in Python?
- In pytest, the ____ marker is used to skip a test function under certain conditions.
- You need to implement a data structure that can quickly provide the smallest element. Which data structure will you use?