Python / Hangman project

Python / Hangman project

9th Grade

27 Qs

quiz-placeholder

Similar activities

Python Class 9

Python Class 9

9th - 10th Grade

25 Qs

Python Quiz

Python Quiz

6th - 9th Grade

23 Qs

2.1.1 CSE Transitioning from Block to Text Coding

2.1.1 CSE Transitioning from Block to Text Coding

9th - 12th Grade

33 Qs

Python Review 1

Python Review 1

9th Grade - University

30 Qs

Section 4: Programming and Data Types Quiz

Section 4: Programming and Data Types Quiz

9th Grade

27 Qs

python

python

KG - Professional Development

30 Qs

Python - Syntax, Functions and Control Flow

Python - Syntax, Functions and Control Flow

9th - 12th Grade

28 Qs

Intro to IT Ch 8 Quiz Review

Intro to IT Ch 8 Quiz Review

9th - 12th Grade

25 Qs

Python / Hangman project

Python / Hangman project

Assessment

Passage

Computers

9th Grade

Easy

Created by

Ivan NEKIĆ

Used 20+ times

FREE Resource

27 questions

Show all answers

1.

OPEN ENDED QUESTION

1 min • 1 pt

What Python construct is used to define multi-line strings in the code?

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What Python method takes the value it’s passed and returns a list?

list()

str()

tuple()

set()

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which list method is used to add elements to the end of a list in the code?

append()

extend()

insert()

pop()

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which operator is used to check if an element is present in a list?

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What string method is used to check if a string ends with a specific substring?

lower()

upper()

startswith()

endswith()

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What Python method is used to check if a string starts with a specific substring?

lower()

upper()

split()

startswith()

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which Python function is used to generate a sequence of numbers within a specified range?

range()

list()

random.randint()

enumerate()

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?