QuizGlory
Picture Quiz
Random Quiz
Guess the Word
Cartoons
Play Challenges
Cricket
Fun
Select here:
All Genres
Taarak Mehta (TMKOC)
Sarabhai vs Sarabhai
Famous TV Series
KPop (Korean Pop)
Hollywood
Riddles
Select here:
Easy Riddles
Classic Riddles
Difficult Riddles
Spot Differences
Mythology
Famous Personalities
Inventions
Kpop
Vocabulary
Select here:
Antonyms
Idioms & Phrases
One Word Substitutions
Synonyms
Spell Check
Word-Meanings
World GK
Select here:
Countries-At a Glance
Flags
Capitals
Continents
Currencies
Rivers
Deserts
Mountains
Heritage Sites
Landmarks
Location
Calendars
Newspapers
National Games
National Animals
National Birds
Subject
Select Here:
Biology
Chemistry
Computers
English
Geography
History
Maths
Science
Famous Awards:
Select here:
Nobel Prize
Ramon Magsaysay Award
Bharat Ratna
Major Dhyanchand Khel Ratna
Reasoning:
Select here:
Odd One Out
Logical Reasoning
Logical Series
Aptitude
Common GK
Solar System
English Grammar
My City My State
Religion
Environment
Sports
Mixed GK
Books & Authors
MS-Excel
MS-Word
Various Logos
Computer-IT
Harry Potter
Finance
Challenge Sets
Search Tips
×
Keep search text short.
Don't worry about spelling.
3+
Notifications
April 17, 2021
Invite your friends to try new and improved Quizglory Challenges. Click here to play...
April 04, 2021
GK Games are now available. Click here to play..
September 02, 2020
Registration can be done using Email ID now...No phone no. required. Click to Register Now.
June 05, 2020
Many interesting picture quizzes are being added. Click to Play Now.
May 01, 2020
Riddles section having new riddles being added frequently. Solve Now!
Goto Homepage
Home
Challenge Dashboard
My Score Board
Login / Register
Subscribe QuizGlory
×
Keep yourself updated. We will send you occasional emails about events happening at quiz-glory. You may un-subscribe anytime you want.
Quizglory::Challenge Yourself
Python Programming Language
Played 283 times.
Click here to play in
Smart Mode
Q.1 : What is Python?
A:
A high-level interpreted programming language with dynamic semantics
B:
A low-level compiled programming language with static semantics
C:
A database management system
D:
A markup language
Q.2 : Who is the creator of Python?
A:
Guido van Rossum
B:
James Gosling
C:
Linus Torvalds
D:
Bjarne Stroustrup
Q.3 : Which of the following is NOT a built-in data type in Python?
A:
Array
B:
String
C:
List
D:
Set
Q.4 : What is the syntax for defining a function in Python?
A:
def function_name(parameters):
B:
function_name(parameters):
C:
define function_name(parameters):
D:
function function_name(parameters):
Q.5 : What is the keyword used for conditional statements in Python?
A:
if
B:
for
C:
while
D:
switch
Q.6 : Which of the following is used for single line comments in Python?
A:
#
B:
//
C:
"
D:
'
Q.7 : Which of the following is a loop statement in Python?
A:
for
B:
while
C:
repeat
D:
until
Q.8 : Python uses ____________ rather than curly brackets or keywords, to delimit blocks.
A:
square brackets
B:
round brackets
C:
whitespace indentation
D:
hash character
Q.9 : Why it was called Python?
A:
Creator liked Python snake.
B:
Creator himself is a big fan of popular British comedy troupe Monty Python.
C:
Python is on the logo of the company that owns it.
D:
Python is an acronym.
Q.10 : What term is given to Python that runs in the browsers?
A:
Cpython
B:
Jython
C:
Brython
D:
PyPy