Python Programming Test

Python Programming Test

University

75 Qs

quiz-placeholder

Similar activities

单选题练习

单选题练习

University

70 Qs

WE immersion

WE immersion

University

79 Qs

Kuis Kebutuhan Air di Sawah untuk Padi

Kuis Kebutuhan Air di Sawah untuk Padi

University

79 Qs

Mecánica de Suelos I - Evaluación

Mecánica de Suelos I - Evaluación

University

76 Qs

Cuestionario sobre Robótica

Cuestionario sobre Robótica

University

72 Qs

Điện tử tương tự 3

Điện tử tương tự 3

University

70 Qs

MT - Chapter 1

MT - Chapter 1

University

75 Qs

Engineering Sector Quiz

Engineering Sector Quiz

10th Grade - University

71 Qs

Python Programming Test

Python Programming Test

Assessment

Quiz

Engineering

University

Hard

Created by

Divyanshu Sinha

Used 5+ times

FREE Resource

75 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following code : print 9//2

4.5

4.0

4

Error

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which function overloads the >> operator?

more()

gt()

ge()

rshift()

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following program : i = 0 while i < 3: print i print i+1

0 2 1 3 2 4

0 1 2 3 4 5

0 1 1 2 2 3

1 0 2 4 3 5

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which module in Python supports regular expressions?

re

regex

pyregex

None of the above

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following program : print 0.1 + 0.2 == 0.3

True

False

Machine dependent

Error

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these is not a core data type?

Lists

Dictionary

Tuples

Class

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the expression : 3*1**3

27

9

3

1

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?