Python: тестуваня

Python: тестуваня

8th Grade

12 Qs

quiz-placeholder

Similar activities

Python Revision

Python Revision

8th Grade

16 Qs

Программирование линейных и разветвляющихся алгоритмов

Программирование линейных и разветвляющихся алгоритмов

1st - 10th Grade

10 Qs

Python

Python

6th - 8th Grade

16 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

Python (Selection)

Python (Selection)

8th - 10th Grade

13 Qs

Python Revision

Python Revision

7th - 9th Grade

14 Qs

python

python

8th Grade

15 Qs

Python Casting and Input

Python Casting and Input

8th - 11th Grade

15 Qs

Python: тестуваня

Python: тестуваня

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Olga Maksimenko

Used 7+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Що виконає програма?

True

"Five is greater than two!"

Five is greater than two!

False

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Визначіть результат:

print(str(2023))

2023

"2023"

Error

str

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Визначіть результат:

print(float(2023))

2023

"2023"

Error

2023.0

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Визначіть результат:

print(int("1.0"))

1

"1"

1.0

int("1.0")

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Результат:

type(x)

type(y)

<class 'int'>

<class 'float'>

<class 'int'>

<class 'str'>

<class 'str'>

<class 'int'>

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

a = "Паліндром"

print(a[1])

а

a[1]

a

"Паліндром"

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

a = "Паліндром"

print(a[0:9:5])

Паліндром

Пд

д

нічого не виведе

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?