Python, строки и списки

Python, строки и списки

12th Grade

20 Qs

quiz-placeholder

Similar activities

Тривимірна графіка. Основи роботи в Blender

Тривимірна графіка. Основи роботи в Blender

12th Grade

20 Qs

Mock Test UPS1

Mock Test UPS1

12th Grade

20 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

PHP Quiz

PHP Quiz

12th Grade

20 Qs

Computer 10: Date and Time, String Manipulation Functions

Computer 10: Date and Time, String Manipulation Functions

7th Grade - University

15 Qs

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

Новогодняя. Python

Новогодняя. Python

9th Grade - University

21 Qs

Python - Δομή Επιλογής

Python - Δομή Επιλογής

12th Grade

20 Qs

Python, строки и списки

Python, строки и списки

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Лера Гуляева

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Что будет в результате следующей строки:

'13+'15'

'28'

28

'1315'

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Какие две арифметические операции можно совершать со строками?

Сложение

Деление

Умножение строки на строку

Умножение строки на число

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Какая функция используется для подсчета длины строки в Python?

len()

length()

size()

count()

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Какая функция используется для подсчета длины строки в Python?

len()

length()

size()

count()

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Как заменить текст в строке с помощью метода в Python?

string.modify(old, new)

string.update(old, new)

string.replace(old, new)

string.swap(old, new)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Как проверить наличие подстроки в строке в Python?

string_variable.index('substring') != -1

string_variable.search('substring')

string_variable.find('substring') != -1 or 'substring' in string_variable

string_variable.contains('substring')

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Как разделить строку на подстроки в Python?

string.cut()

string.divide()

string.separate()

string.split()

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?