Search Header Logo

Python - String Methods - 7

Authored by Amy Austin

Other

12th Grade

Used 3+ times

Python - String Methods - 7
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the capitalize() string method in Python do?

Converts the first character of the string to uppercase

Converts the entire string to lowercase

Capitalizes every word in the string

Converts the entire string to uppercase

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to check if all characters in a string are alphanumeric?

isnumeric()

isalpha()

isdigit()

isalnum()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the string method isdecimal() return?

True if all characters are decimals

True if the string is a valid identifier

True if all characters are letters

True if all characters are digits

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which string method returns a left justified version of the string?

strip()

rjust()

lstrip()

ljust()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the split() method function when no arguments are passed to it?

Splits the string at each letter

Does not split the string

Splits the string at the specified separator

Splits the string at whitespace

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the endswith() string method do?

Checks if the string starts with the specified value

Checks if the string ends with the specified value

Checks if the string contains the specified value

Removes the specified value from the end of the string

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method would you use to convert all characters in a string to lowercase?

lower()

casefold()

upper()

capitalize()

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?