Search Header Logo

Understanding Strings in Python

Authored by Van Khanh

Mathematics

University

Used 1+ times

Understanding Strings in Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

82 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid string declaration?

string = "Hello"

string = 'Hello'

string = """Hello"""

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you get the length of a string s?

len(s)

length(s)

s.length()

size(s)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method converts all characters of a string to uppercase?

toUpper()

upper()

to_upper()

upcase()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of "hello".capitalize()?

HELLO

hello

Hello

Hello World

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to concatenate strings in Python?

+

&

concat()

append()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does s[::-1] do?

Reverses the string s

Returns the first character of s

Returns the last character of s

Rotates the string s

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you check if a string s contains only digits?

s.isdigit()

s.isnumeric()

s.isalpha()

s.isalnum()

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?