Python 7-8

Python 7-8

4th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

KG - University

15 Qs

AstepI Quiz 4

AstepI Quiz 4

4th - 6th Grade

10 Qs

แบบทดสอบครั้งที่ 1

แบบทดสอบครั้งที่ 1

1st - 4th Grade

10 Qs

Python 145

Python 145

4th Grade - Professional Development

11 Qs

Питонимся

Питонимся

1st - 5th Grade

13 Qs

Python Quiz  -  5

Python Quiz - 5

4th - 11th Grade

10 Qs

Advance Python

Advance Python

KG - Professional Development

10 Qs

Lý thuyết về Python

Lý thuyết về Python

3rd Grade - University

10 Qs

Python 7-8

Python 7-8

Assessment

Quiz

Computers

4th Grade

Medium

Created by

Наталья Колтунова

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

str_1 = "Hello"

str_2 = "World"

print(str_1+str_2)

Что покажет терминал?

World

HWeolrlldo

Hello World

Hello world

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

str_1 = "Hello"

print(str_1 * 3)

Что выведет терминал?

HelloHelloHello

HelloHello

Hellohellohello

HelloHelloHelloHello

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

str_1 = "Hello"

print(len(str_1))

6

5

3

7

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

str_1 = "Hello"

print(str_1[1])

H

e

l

o

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

str_1 = "Hello"

print(str_1[-2])

e

H

l

o

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Итерация цикла - это?

Условие, при котором цикл начинает выполняться.
Процесс завершения цикла.
Часть кода, которая выполняется только один раз.
Один полный проход цикла.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print(str.lower())

Сделает верхний или нижний регистр?

Верхний регистр
Смешанный регистр
Не изменит регистр
Нижний регистр

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?

Discover more resources for Computers