Python Strings

Python Strings

11th Grade

10 Qs

quiz-placeholder

Similar activities

python quiz

python quiz

6th Grade - Professional Development

10 Qs

Mastering Python String Techniques

Mastering Python String Techniques

9th - 12th Grade

10 Qs

STRINGS

STRINGS

11th Grade

10 Qs

STRING MANIPULATION (PYTHON)

STRING MANIPULATION (PYTHON)

11th - 12th Grade

10 Qs

python(strings)

python(strings)

11th Grade

10 Qs

Python - Szövegkezelés - Teszt

Python - Szövegkezelés - Teszt

9th - 12th Grade

12 Qs

Java String class methods

Java String class methods

10th - 12th Grade

10 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Python Strings

Python Strings

Assessment

Quiz

Computers

11th Grade

Medium

Created by

T. Arman

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Strings in python are surrounded by either single quotation marks, or double quotation marks.

True

False

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You can display a string literal with the type() function.

True

False

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This method returns the string in upper case.

upper()

lower()

strip()

replace()

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This method returns the string in lower case.

upper()

lower()

strip()

replace()

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This method removes any whitespace from the beginning or the end.

upper()

lower()

strip()

replace()

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This method replaces a string with another string.

upper()

lower()

strip()

replace()

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This method returns a list where the text between the specified separator becomes the list items.

upper()

lower()

split()

replace()

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?