0 of 15 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 15 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 invented Python?
What is python language?
Python invokes by runtime using
Python is derived from which language?
Python is not an Open source
What is interpreter?
Python uses large number of keywords than C
In which platform python will work
Python can be integrated with C, C++, Java
Python is a Object Oriented language, is it true?
Python does not contain Inbuilt data type
In which setup python will execute..?
Is it possible to assign multiple data types with single line in python
What will be the output: >>>print(35.0/2)
>>>x = 3 – 2j >>>y = 8j >>>print (x + y)
