Python Study Topics Quiz

Python Study Topics Quiz

University

25 Qs

quiz-placeholder

Similar activities

Python Fundamentals Assessment

Python Fundamentals Assessment

University

20 Qs

Python Temel Konuları Testi

Python Temel Konuları Testi

10th Grade - University

20 Qs

Y9 Python Review

Y9 Python Review

9th Grade - University

30 Qs

quiz1B1

quiz1B1

7th Grade - University

20 Qs

Review Python_G8

Review Python_G8

8th Grade - University

28 Qs

Python Básico

Python Básico

University

30 Qs

Big Data бойынша тест

Big Data бойынша тест

University

20 Qs

HO - 11 Preguntas sobre CRUD y SQLite

HO - 11 Preguntas sobre CRUD y SQLite

University

20 Qs

Python Study Topics Quiz

Python Study Topics Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Ian Osolo

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a data type in Python?

Strings

Booleans

Characters

Floats

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operator is used for comparison in Python?

==

!

||

&&

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which string method converts a string to lowercase?

.upper()

.title()

.lower()

.capitalize()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to define a function in Python?

func

def

define

function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid way to create a list in Python?

list = [1, 2, 3]

list = <1, 2, 3>

list = {1, 2, 3}

list = (1, 2, 3)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'yield' keyword do in Python?

Creates a generator

Raises an exception

Returns a value from a function

Ends a loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an immutable data structure in Python?

Set

Dictionary

Tuple

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?