String & String Functions

String & String Functions

12th Grade

10 Qs

quiz-placeholder

Similar activities

Computer Science

Computer Science

12th Grade

10 Qs

Lesson 10

Lesson 10

12th Grade

10 Qs

String

String

7th Grade - University

5 Qs

String & String Functions

String & String Functions

Assessment

Quiz

Computers

12th Grade

Practice Problem

Hard

Created by

Gopalakrishnan Angamuthu

Used 34+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

பின்வரும் குறிமுறையின் வெளியீடு எவ்வாறு இருக்கும் ...

str1 = "PYnative"

print(str1[1:4], str1[:5], str1[4:], str1[0:-1], str1[:-1])

PYn PYnat ive PYnativ vitanYP

Yna PYnat tive PYnativ vitanYP

Yna PYnat tive PYnativ PYnativ

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

பின்வரும் குறிமுறையின் வெளியீடு எவ்வாறு இருக்கும் ...

str1 = "my isname isisis jameis isis bond";

sub = "is";

print(str1.count(sub, 4))

5

6

7

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

பின்வரும் குறிமுறையின் வெளியீடு எவ்வாறு இருக்கும் ...

str1 = 'Welcome'

print (str1[:6] + ' PYnative')

Welcome PYnative

WelcomPYnative

Welcom PYnative

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"welcome to the beautiful world of python" என்ற சரத்தை "Welcome To The Beautiful World Of Python" என மாற்றப் பயன்படும் செயற்கூறு எது?

capitalize ()

title()

upper()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

பின்வரும் குறிமுறையின் வெளியீடு எவ்வாறு இருக்கும் ...

print("John" > "Jhon")

print("Emma" < "Emm")

True

False

False

True

True

True

False

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

பின்வரும் குறிமுறையின் வெளியீடு எவ்வாறு இருக்கும் ...

min('strings')

s

r

i

g

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

பின்வரும் குறிமுறையின் வெளியீடு எவ்வாறு இருக்கும் ...

print('san' 'thosh')

san thosh

san

santhosh

thosh

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?