Python Strings

Python Strings

11th Grade

10 Qs

quiz-placeholder

Similar activities

10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

Python Programming 1: print, strings, variables, casting

Python Programming 1: print, strings, variables, casting

9th Grade - University

15 Qs

python(strings)

python(strings)

11th Grade

10 Qs

Python End of Topic Quiz

Python End of Topic Quiz

8th Grade - University

15 Qs

Python - Szövegkezelés - Teszt

Python - Szövegkezelés - Teszt

9th - 12th Grade

12 Qs

Data Type- XI

Data Type- XI

11th Grade

10 Qs

Python Topics 1 & 2

Python Topics 1 & 2

11th Grade

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