STRINGS

STRINGS

11th Grade

45 Qs

quiz-placeholder

Similar activities

Python Final Exam

Python Final Exam

9th - 12th Grade

46 Qs

PCEP Questions in Python

PCEP Questions in Python

9th - 12th Grade

46 Qs

Their Python Exam

Their Python Exam

9th - 12th Grade

46 Qs

Practice Python 11th Grade

Practice Python 11th Grade

11th Grade

40 Qs

Python Quiz

Python Quiz

8th - 12th Grade

40 Qs

String in Python

String in Python

11th Grade

43 Qs

Edx GCSE Python

Edx GCSE Python

11th Grade

40 Qs

Python Strings and Lists

Python Strings and Lists

11th - 12th Grade

43 Qs

STRINGS

STRINGS

Assessment

Quiz

Computers

11th Grade

Medium

Created by

D MALA

Used 13+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Following is an example of ___________

a = "COMPUTER SCIENCE"

list

dictionary

string

none of the above

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Python considered the character enclosed in triple quotes as String.(T/F)

true

false

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write the output of the following.

a = "Blog"

a ='a'

print(a)

Bloga

aBlog

a

Blog

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write the output of the following:

a="We\nto my \nb\t ok"

print(a)

We

to my

b ok

We

to myb ok

Weto

my

b ok

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write the output of the following code :

a= "Welcome to \"my\" blog"

print(a)

Welcome to \"my\" blog

Welcome to "my" blog

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write the output of the following code :

a= "Welcome to \

blog"

print(a)

Welcome to \

blog

Welcome to

blog

Welcome to blog

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write the output of the following code :

str = "Welcome"

str[2] = 'a'

print(str)

Weacome

Error

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?