Python Programming Test

Python Programming Test

University

75 Qs

quiz-placeholder

Similar activities

MPE I - Unit 2

MPE I - Unit 2

University

73 Qs

Evaluación de Competencias - Maquinaria

Evaluación de Competencias - Maquinaria

University

70 Qs

Geomatics CH1

Geomatics CH1

University

77 Qs

POSTHARVEST MACHINERY STANDARDS & MOT’s

POSTHARVEST MACHINERY STANDARDS & MOT’s

University

70 Qs

Tes Formatif Pengelasan

Tes Formatif Pengelasan

11th Grade - University

75 Qs

Engineering Technology Foundations Practice Test

Engineering Technology Foundations Practice Test

9th Grade - University

71 Qs

Python Programming Test

Python Programming Test

Assessment

Quiz

Engineering

University

Hard

Created by

Divyanshu Sinha

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?