Python / Hangman project

Python / Hangman project

9th Grade

27 Qs

quiz-placeholder

Similar activities

Beginner Python KS3 Revision

Beginner Python KS3 Revision

8th - 10th Grade

26 Qs

Python Pulse Check

Python Pulse Check

9th Grade

25 Qs

STRING HANDLING IN PYTHON

STRING HANDLING IN PYTHON

9th - 11th Grade

24 Qs

[AP CSP] Programming Lesson 1 - Input/Output, Data Types

[AP CSP] Programming Lesson 1 - Input/Output, Data Types

9th - 12th Grade

25 Qs

Python for Absolute Beginners

Python for Absolute Beginners

8th - 12th Grade

25 Qs

Understanding Input, Selection and Loops in Python

Understanding Input, Selection and Loops in Python

7th Grade - University

25 Qs

Python Basics

Python Basics

8th - 12th Grade

23 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?