10+ Python MCQ Questions & Answers - 2

Question: 6

Which of the following shortcut is used to create new Python Program?

(A) Ctrl + B

(B) Ctrl + C

(C) Ctrl + N

(D) Ctrl + F

Ans: C

Ctrl + N

Question: 7

Python language was released in the year _____

(A) 1991

(B) 1993

(C) 19935

(D) 1997

Ans: A

1991

Question: 8

_____ mode is used to create and edit Python source file.

(A) Script

(B) Line

(C) Interface

(D) Interactive

Ans: A

Script

Question: 9

How many types of literals are there?

(A) 1

(B) 2

(C) 3

(D) 4

Ans: C

3

Question: 10

_____ are used to indicate blocks of codes in python.

(A) Whitespaces

(B) {}

(C) []

(D) < >

Ans: A

Whitespaces

Related Questions