Что выводит следующий код?
x = 5
y = 2
print(x // y)
Python-1
Quiz
•
Specialty
•
University
•
Hard
Babayeva xidməti"
Used 1+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что выводит следующий код?
x = 5
y = 2
print(x // y)
2.5
2
3
5
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какой результат будет возвращен в следующем коде?
def func(x):
if x == 0:
return 0
else:
return func(x - 1)
print(func(3))
Error
1
0
3
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какой тип данных будет иметь переменная a после выполнения следующего кода?
a = 10 / 3
int
float
str
complex
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что выведет следующий код?
x = [1, 2, 3]
y = x
y[0] = 99
print(x)
[99, 2, 3, 4]
Error
[99, 2, 3]
[1, 2, 3]
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что выведет этот код?
x = [1, 2, 3]
y = x[:]
y[0] = 99
print(x)
[99, 2, 3]
[1, 2, 3]
[99, 2, 3]
Ошибка
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какой будет результат следующего кода?
x = [1, 2, 3]
y = [4, 5, 6]
z = x + y
print(z)
[1, 2, 3, 4, 5, 6]
[5, 7, 9]
[1, 2, 3]
[1, 4, 2, 5, 3, 6]
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что будет выведено этим кодом?
def foo(x, y=10):
return x + y
print(foo(5))
50
5
15
10
10 questions
Эл_Изм-2
Quiz
•
University
9 questions
Геодезия 5-6
Quiz
•
University
15 questions
MAGAZINE
Quiz
•
2nd Grade - University
12 questions
Жарнаманы құру
Quiz
•
University
15 questions
Basic Culinary
Quiz
•
University
11 questions
Consumer Behavior's Quiz
Quiz
•
University
9 questions
Квиз для МЮ
Quiz
•
University
10 questions
СГС Запасы + Обязательства
Quiz
•
University
25 questions
Equations of Circles
Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)
Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System
Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice
Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers
Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons
Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)
Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review
Quiz
•
10th Grade