10+ Python MCQ Questions & Answers - 1

Question: 1

Who developed Python?

(A) Guido Van Rossum

(B) Ritche

(C) Bill Gates

(D) Sunder Pitchai

Ans: A

Guido Van Rossum

Question: 2

In Python, the script mode programs can be stored with the extension.

(A) .py

(B) .pon

(C) .pyt

(D) .pyh

Ans: A

.py

Question: 3

In Python, _____ is a simple assignment operator

(A) =

(B) ==

(C) ===

(D) #

Ans: A

=

Question: 4

______ are ignored by the python interpreter.

(A) Comments

(B) Delimiters

(C) Tokens

(D) Keywords

Ans: A

Comments

Question: 5

Strings in python are represented using

(A) ”

(B) “”

(C) “‘ “‘

(D) All of these

Ans: D

All of these

Related Questions