Python String

Python String

12th Grade

20 Qs

quiz-placeholder

Similar activities

Python Basic II

Python Basic II

11th Grade - University

20 Qs

Strings, Lists & Tuples

Strings, Lists & Tuples

9th - 12th Grade

20 Qs

String Manipulation (Python)

String Manipulation (Python)

9th - 12th Grade

17 Qs

Strings in Python

Strings in Python

12th Grade

20 Qs

Python String Functions

Python String Functions

12th Grade

20 Qs

Python Revision Tour - I

Python Revision Tour - I

12th Grade

15 Qs

python quiz

python quiz

12th Grade

20 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

Python String

Python String

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Jumanah Alqurnah

Used 1K+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

One of the following functions is not used with Python String

Split

Remove

print

Replace

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct syntax of the split function:

x.split[]

split(x)

x.split(",", 3)

X.SPLIT(",", 3)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct syntax of the replace function:

x.Replace(x)

x.replace(y)

x.replace(3,x)

x.replace("j","3")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct code to print line of 10 stars using repetition operation:

print("**********")

print("*"*10)

print("*"^10)

print("*"+10)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct syntax of the len function for string x:

x.len()

len[x]

LEN[]

len(x)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct syntax for converting the string x to uppercase is :

X.upper()

upper(x)

x.UPPER[ ]

x.upper()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct syntax for converting the string myname to lowercase is :

myNAME.lower[ ]

myname.lower( )

myname.upper( )

myname_lower(12 )

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?