PYTHON

PYTHON

University

22 Qs

quiz-placeholder

Similar activities

Types and Functions of Epithelial Tissues

Types and Functions of Epithelial Tissues

University

20 Qs

Collections_Generics_ExceptionHandling

Collections_Generics_ExceptionHandling

University

18 Qs

All about Polynomial

All about Polynomial

9th Grade - University

20 Qs

Pharmacology

Pharmacology

University

20 Qs

Solving Exponential and Logarithmic Functions

Solving Exponential and Logarithmic Functions

9th Grade - University

20 Qs

Python Review Module 16 - Searching Sorting Algorithm

Python Review Module 16 - Searching Sorting Algorithm

University

17 Qs

Solar Arrays

Solar Arrays

12th Grade - University

25 Qs

pre-assessement quiz link for Python+ML Dharwad Naresh

pre-assessement quiz link for Python+ML Dharwad Naresh

University

19 Qs

PYTHON

PYTHON

Assessment

Quiz

Science

University

Medium

Created by

Prof JRexy

Used 67+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pick the odd man out

import

pass

break

continue

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List is represented by

{ }

[ ]

( )

< >

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose list1 is [3, 4, 5, 20, 5, 25, 1, 3], what is list1 after list1.pop(1)?

[3, 4, 5, 20, 5, 25, 1, 3]

[1, 3, 3, 4, 5, 5, 20, 25]

[3, 5, 20, 5, 25, 1, 3]

[1, 3, 4, 5, 20, 5, 25]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List is Mutable

YES

NO

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A reserved keyword may not be chosen as an identifier

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is called as equality operator?

- *

==

- +

=

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python ____________ holds key-value pairs.

Set

Tuple

Dictionary

List

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?