
Тест Python
Authored by Vladislav Kordyukov
Computers
6th - 8th Grade
Used 12+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выберите тип переменной, которой нет в языке Python
int
str
float
number
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как на языке python объявить переменную типа int
int a = 15;
a = “15”
a = 15
a == 15
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выберите правильную запись условной конструкции
if (a>5)
{
print(“а больше 5”)
}
if a>5:
{
print(“а больше 5”)
}
if a>5:
print(“а больше 5”)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какие существуют виды циклов
for, while
for, while, if
for, while, do while
for, if
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что станет итогом выполнения данной программы:
A=”15”
B=34
A+B
49
1534
ошибка
56
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что станет итогом выполнения данной программы:
A=”Привет”
A*3
ПриветПриветПривет
Привет3
ошибка
ААА
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет напечатано на экране?
A=[5, 10, 15, 0]
Print(A[1])
5
10
1
A[1]
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?