Strings

Strings

10th Grade

21 Qs

quiz-placeholder

Similar activities

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Заліковий тест з Python

Заліковий тест з Python

10th Grade

22 Qs

№5.2. Типи даних. Величини (16 q)

№5.2. Типи даних. Величини (16 q)

5th - 11th Grade

16 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

Python

Python

10th Grade

23 Qs

Підсумковий тест 7 Python

Підсумковий тест 7 Python

10th Grade

23 Qs

python_1

python_1

5th - 12th Grade

22 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Strings

Strings

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Valery ____

Used 12+ times

FREE Resource

21 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Тип даних рядок у Python це

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Результат програми

letter1 = 'U'

letter2= 'A'

print(letter1 + letter2)

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Результат програми

letter1 = 'U'

letter2= 'A'

print((letter1 + letter2) * 3)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Результат програми

text = 'Hello'

number = 2

print(text + number)

Hello2

HelloHello

Помилка

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Результат програми

text = 'Hello'

number = 2

print(text * number)

Hello2

HelloHello

Помилка

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

З якого числа починається індексація символів у рядку?

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Результат програми

text = 'Ukraine'

print(text[1])

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?