Python Strings

Python Strings

11th Grade

10 Qs

quiz-placeholder

Similar activities

STRING

STRING

11th - 12th Grade

13 Qs

String Quiz

String Quiz

9th - 12th Grade

15 Qs

Python End of Topic Quiz

Python End of Topic Quiz

8th Grade - University

15 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Mastering String Operations in Python

Mastering String Operations in Python

9th Grade - University

10 Qs

Python Topics 1 & 2

Python Topics 1 & 2

11th Grade

14 Qs

Review Quiz D2 - String Methods

Review Quiz D2 - String Methods

11th Grade

13 Qs

2.2 Understanding String Manipulation(C&D)

2.2 Understanding String Manipulation(C&D)

11th Grade

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