Lệnh làm việc với xâu kí tự

Lệnh làm việc với xâu kí tự

1st Grade

51 Qs

quiz-placeholder

Similar activities

TIK KELAS 8

TIK KELAS 8

1st - 4th Grade

50 Qs

INFORMATIKA ( X MIPA ) SMT 1

INFORMATIKA ( X MIPA ) SMT 1

1st Grade

50 Qs

Máy tính căn bản 182023

Máy tính căn bản 182023

1st - 5th Grade

48 Qs

Teori Kejuruan-TKJ

Teori Kejuruan-TKJ

1st Grade

50 Qs

Latihan Soal TIK

Latihan Soal TIK

1st Grade

50 Qs

LATIHAN SOAL PAT TIK KELAS 5

LATIHAN SOAL PAT TIK KELAS 5

1st - 5th Grade

50 Qs

TIN 4. ÔN TẬP ck2 (23.24)

TIN 4. ÔN TẬP ck2 (23.24)

1st - 5th Grade

52 Qs

KUIS TKJ KE-2

KUIS TKJ KE-2

KG - University

50 Qs

Lệnh làm việc với xâu kí tự

Lệnh làm việc với xâu kí tự

Assessment

Quiz

Computers

1st Grade

Hard

Created by

Vũ Thị Lành

Used 1+ times

FREE Resource

51 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to find the position of a substring in another string?

test()

in()

find()

split()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is inaccurate regarding the 'in' operator?

The expression checks if string 1 is in string 2: in

The 'in' operator returns True if string 1 is in string 2.

The 'in' operator returns False if string 1 is not in string 2.

The 'in' operator is the only operator that can solve the problem of checking if a string is contained in another string.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following commands? s = "12 34 56 ab cd de " print(s.find(" ")) print(s.find("12")) print(s.find("34"))

2, 0, 3.

2, 1, 3.

3, 5, 2.

1, 4, 5.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is correct regarding methods in Python?

Python has a special command dedicated to strings.

The syntax of the find command is: .find().

The find command will find the first position of the substring in the parent string.

The find command has a unique syntax.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What value does the following command return? >> "abcdabcd".find("cd") >> "abcdabcd".find("cd", 4)

2, 6.

3, 3.

2, 2.

2, 7.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to split a string?

split()

join()

remove()

copy()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to split a string?

split()

join()

remove()

copy()

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?