Understanding Strings in Python

Understanding Strings in Python

University

82 Qs

quiz-placeholder

Similar activities

Prof. Singh_Review #1_counted as a bonus quiz

Prof. Singh_Review #1_counted as a bonus quiz

University

80 Qs

TABE D Math Test2

TABE D Math Test2

6th Grade - University

80 Qs

Y9 review quiz

Y9 review quiz

9th Grade - University

83 Qs

UAE Coordinates

UAE Coordinates

4th Grade - University

80 Qs

Major Assessment #1: Functions Overview

Major Assessment #1: Functions Overview

12th Grade - University

82 Qs

Proportion practice G7

Proportion practice G7

7th Grade - University

79 Qs

Polynomials

Polynomials

9th Grade - University

78 Qs

Q1, HW #34 - Wayground - Constructions

Q1, HW #34 - Wayground - Constructions

9th Grade - University

83 Qs

Understanding Strings in Python

Understanding Strings in Python

Assessment

Quiz

Mathematics

University

Practice Problem

Medium

Created by

Van Khanh

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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()

Create a free account and access millions of resources

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?