
Python - Основы
Authored by Евгений Гусак
Computers
1st - 4th Grade
Used 38+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Число или слово, которое мы делаем переменной
Значение
Информация
Баг
Текст
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что выведет следующий код?
d = lambda p: p * 2
t = lambda p: p * 3
x = 2
x = d(x)
x = t(x)
x = d(x)
print(x)
7
12
24
36
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какое слово (команда) используется для отображения чисел и текста на экране?
input
output
command
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет напечатано?
name = "snow storm"
print("%s" % name[6:8])
st
sto
to
Syntax Error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что такое переменная?
Место в памяти, в котором храниться значения
Тип данных
Тип памяти
Тип графики
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет напечатано?
x = True
y = False
z = False
if not x or y: print(1)
elif not x or not y and z: print(2)
elif not x or y or not y and x: print(3)
else: print(4)
1
2
3
4
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой символ используется в Python для присвоения значений переменной?
=
/
+
*
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?