wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Advance Level Quiz

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

Who made the python?

a)

Charles babage

b)

Guido van Rossum

c)

Bernes Lee

d)

Denis Ritchie

2.

What is the current version of python?

a)

Python 2

b)

Python 1

c)

Python 3

d)

None

3.

Which one of the following is not a feature of python?

a)

Versatility

b)

Simplicity

c)

User friendly

d)

Non Readability

4.

What is the FullForm of IDE?

a)

Integrated Development Environment

b)

Integrated Display Environment

c)

Inter Development Environment

d)

Inter Display Environment

5.

X=10

which datatype is used here?

a)

String

b)

Integer

c)

Float

d)

Boolean

6.

X="10"

Which Datatype used here?

a)

String

b)

Int

c)

Float

d)

Boolean

7.

which of the following Symbols are used for single line comment in python?

a)

@

b)

//

c)

#

d)

*

8.

What is the output for the following code?

a)

Hello Jhon

b)

Hello

c)

Jhon

d)

None

9.

What is output for the following code?

a)

Indentation error

b)

10

c)

int

d)

none

10.

what is the output for the following code?

a)

0

1

2

b)

0

1

2

3

4

c)

0

d)

none