python-quiz

Python, with its simplicity and versatility, has become a favorite among developers and data scientists alike. This quiz will challenge your understanding of Python’s core concepts, libraries, and functionalities. Sharpen your skills and prove your Python prowess!
Python Quiz
0% Complete
1 of 10
1. What is the correct file extension for Python files?
File extensions indicate the type of file and its associated application.

Python Quiz Questions Overview

1. What is the correct file extension for Python files?

.py
.python
.pt
.pyt

2. Which keyword is used to create a function in Python?

func
define
def
function

3. How do you insert comments in Python code?

// This is a comment
# This is a comment
/* This is a comment */
— This is a comment

4. Which of the following is a mutable data type in Python?

tuple
str
list
int

5. What is the output of the following code: print(2 ** 3)?

5
6
8
9

6. Which of the following is used to handle exceptions in Python?

try/except
catch/except
try/catch
catch/handle

7. What is the purpose of the ‘self’ keyword in Python classes?

To refer to the current instance of the class
To refer to the superclass
To refer to the class itself
To refer to a global variable

8. Which library is used for data manipulation and analysis in Python?

NumPy
Pandas
Matplotlib
SciPy

9. What is the output of the following code: len(‘Python’)?

5
6
7
8

10. Which of the following methods can be used to remove whitespace from the beginning and end of a string?

strip()
trim()
remove()
cut()

Can Your Friends Do Better Than You in This Quiz?

Share this quiz with your friends and compare results.
Was this page helpful?