Strings

Strings

10th Grade

21 Qs

quiz-placeholder

Similar activities

07 - BIM I - Word 7 - Newsletter

07 - BIM I - Word 7 - Newsletter

9th - 10th Grade

21 Qs

Grade 10 Review

Grade 10 Review

10th Grade

20 Qs

Python Basics or Syntax

Python Basics or Syntax

9th - 12th Grade

17 Qs

Coding and Python Revision

Coding and Python Revision

7th - 10th Grade

21 Qs

Python basics

Python basics

7th - 10th Grade

18 Qs

Word 2016 - Lessons 1 & 2

Word 2016 - Lessons 1 & 2

9th - 12th Grade

20 Qs

Python for Absolute Beginners

Python for Absolute Beginners

8th - 12th Grade

25 Qs

Intro to Python Vocabulary

Intro to Python Vocabulary

7th - 12th Grade

20 Qs

Strings

Strings

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Valery ____

Used 13+ 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?