0 of 18 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 18 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Who is the creator of Python?
What kind of language is python?
Which of the following are part of code flow?
Out of the below listed fields where is python effectively used?
Which of the following is the keyword?
Which of the following is a comment?
Which one is NOT a legal variable name?
Which operator can be used to compare two values?
Which of these collections defines a TUPLE?
Which of these collections defines a SET?
Which of these collections defines a DICTIONARY?
Which collection is ordered, changeable, and allows duplicate members?
How do you start writing an if statement in Python?
In Python, ‘Hello’, is the same as “Hello”
What is the output of the expression: 3*1**3
What is the output of the following program :
What is the correct file extension for Python files?
How do you create a variable with the numeric value 5?