Основи Python

Основи Python

7th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Величини. Алгоритми роботи з величинами

Величини. Алгоритми роботи з величинами

7th Grade

16 Qs

Python: lambda, ОПП, асинхронність, декоратори

Python: lambda, ОПП, асинхронність, декоратори

12th Grade

13 Qs

Python variables

Python variables

9th - 12th Grade

16 Qs

Python (WEB) | Lesson 1

Python (WEB) | Lesson 1

9th - 12th Grade

8 Qs

10 Клас Python tests

10 Клас Python tests

10th Grade

12 Qs

Strings

Strings

10th Grade

17 Qs

Python Operators

Python Operators

12th Grade

12 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

Основи Python

Основи Python

Assessment

Quiz

Education, Computers, Instructional Technology

7th - 12th Grade

Hard

Created by

Сергій Денисенко

Used 51+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Як називається мова програмування у якій ми працюємо?

Patron

Python

Putron

Pardon

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print ("I'm learning Python") який результат виконання програми?

I'm learning Python

("I'm learning Python")

"Hello, world"

"I'm learning Python"

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

print (3+4) який результат виконання програми?

3+4

("3+4")

"3+4"

7

(3+4)

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

print ("3+4=", 3+4) який результат виконання програми?

3+4

3+4= 7

"3+4"

"3+4=", 3+4

("3+4=", 3+4)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

За допомогою якої функції вводяться дані в програму?

print()

input()

output()

vvod()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

За допомогою якої функції виводять дані з програми?

print()

input()

output()

vvod()

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Що виведе цей код?

a = 1

b = 3

print(a + b)

4

1+3

a+b

(a+b)

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?