NEW
Font size
WorksheetsAdvance Level Quiz
Total questions: 10
Worksheet time: 8mins
Who made the python?
Charles babage
Guido van Rossum
Bernes Lee
Denis Ritchie
What is the current version of python?
Python 2
Python 1
Python 3
None
Which one of the following is not a feature of python?
Versatility
Simplicity
User friendly
Non Readability
What is the FullForm of IDE?
Integrated Development Environment
Integrated Display Environment
Inter Development Environment
Inter Display Environment
X=10
which datatype is used here?
String
Integer
Float
Boolean
X="10"
Which Datatype used here?
String
Int
Float
Boolean
which of the following Symbols are used for single line comment in python?
@
//
#
*
What is the output for the following code?
Hello Jhon
Hello
Jhon
None
What is output for the following code?
Indentation error
10
int
none
what is the output for the following code?
0
1
2
0
1
2
3
4
0
none
