Python Quiz – I



0%

Python Quiz- I print() function

click here to learn print() function

1 / 22

What will be the output of print('sum=',5+2)?

2 / 22

What is be the output of print(False)?

3 / 22

What is be the output of print(type( [10,20,30] ))?

4 / 22

What is be the output of print(type(2))?

5 / 22

What is be the output of print(type(True))?

6 / 22

What is be the output of print(-3j)?

7 / 22

What will be the output of print(10+5//2)?

8 / 22

What will be the output of print(10+5/2)?

9 / 22

Which of following statement will display welcome ?

10 / 22

What is be the output of print(2.7+3.8j)?

11 / 22

What is be the output of print(type(2.6))?

12 / 22

What will be the output of print( ('a','b','c') )?

13 / 22

What will be the output of print(10*5)?

14 / 22

What is be the output of print(type(2+5j))?

15 / 22

What will be the output of print( {1:'Aman',2:'Suman',3:'Rohan'} )?

16 / 22

What will be the output of print(20.55e4)?

17 / 22

Which function in Python is used to display output?

18 / 22

What will be the output of print(10,5)?

19 / 22

What is be the output of print(type( (4,5,22,33) )?

20 / 22

What will be the output of print([10,20,30] )?

21 / 22

What is be the output of print(type( {'a':1,'e':2,'i':3,'o':4,'u':5}))?

22 / 22

What is be the output of print(type('hello'))?



Spread the love
Lesson tags: print() function quiz, python quiz
Back to: CBSE class 11 Computer Science Notes
Spread the love