1. Which of the following is used to define a block of code in Python language?

A. Indentation
B. Key
C. Brackets
D. All of the mentioned


Answer Option A

2.Which of the following character is used to give single-line comments in Python?

A. //
B. #
C. !
D. /*


Answer Option B

3.Which of the following functions can help us to find the version of python that we are currently working on?

A. sys.version(1)
B. sys.version(0)
C. sys.version()
D. sys.version


Answer Option D

4.What does pip stand for python?

A. Pip Installs Python
B. Pip Installs Packages
C. Preferred Installer Program
D. All of the mentioned


Answer Option C