wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

python

Total questions: 15

Worksheet time: 3mins

Name
Class
Date
1.

Full form of IDLE

a)

Integrated Development Learning language

b)

Integral Development Learning Language

c)

Invest Development Learning Language

d)

Integrated Development Local Language

2.

Modes of Python Language

a)

3

b)

5

c)

2

d)

4

3.

find the output

print("welcome")

a)

Welcome

b)

welcome

c)

WELCOME

d)

WelCome

4.

Extension of python

a)

.Python

b)

.py

c)

.PY

d)

.pyt

5.

To run python

a)

F5

b)

F2

c)

F3

d)

F4

6.

Find out the right statement

a)

Print"Welcome"

b)

PRINT 'WELCOME'

c)

PRINT("WELCOME")

d)

print("WELCOME")

7.

Number of datatypes

a)

4

b)

2

c)

5

d)

3

8.

Number of elements in python

a)

2

b)

3

c)

4

d)

5

9.

No of keywords

a)

33

b)

32

c)

34

d)

31

10.

find out the output

>>>counter=10

>>>print(counter)

a)

counter

b)

count

c)

10

d)

"10"

11.

find the output

>>float=10.1

>>print(float)

a)

0.1

b)

10

c)

10.1

d)

"10.1"

12.

find output

>>>name="Rahul"

>>>print(name)

a)

name

b)

"RAHUL"

c)

"Rahul"

d)

Rahul

13.

+ is___________________

a)

Logical operator

b)

comparison operator

c)

Arithmetic operator

d)

special operator

14.

________________is the example of comparison operator.

a)

+

b)

OR

c)

%

d)

>

15.

Logical operators are________________

a)

+ and -

b)

>,< and <=

c)

and , or

d)

!=