
функции
Quiz
•
Science
•
5th Grade
•
Medium
Igor Perekalskiy
Used 1+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как создается функция в Python
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
В каком варианте кода присутствует ошибка
def draw_box():
for in range(5):
print('*' * 7)
def draw_box():
for _ in range(5):
print('*' * 9)
def draw_box():
for _ in range(5):
print('*' * 10)
def draw_box():
for _ in range(5):
print('*' * 15)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как вызвать данную функцию
def print_message() :
print('Я - Артур,')
print('король британцев. ')
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Как вызвать данную функцию
def draw_box(height, width):
for i in range(height):
print('*' * width)
create_box(7, 5)
draw_box('7', '5')
height =5
width=7
print_box(height, width)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
X глобальная или локальная переменная
x = 5
def func():
print(x)
func()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Данная функция возвращает значение?
def func():
x = 5
x += 10
return x
result = func()
print(result)
Не возвращает
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Функция вернет?
def func():
x = 5
y = 10
return x, y
result1, result2 = func()
print(result1, result2)
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что выведет код
result = lambda x, y: x + y
print(result(4, 5))
6
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
что такое lambda в Python
Similar Resources on Wayground
8 questions
Light Energy Walker
Quiz
•
5th Grade
10 questions
5.6C Light Energy
Quiz
•
5th Grade
11 questions
Cloud Computing
Quiz
•
KG - Professional Dev...
10 questions
5.P.3.2 #3 Schoolnet (Conductors/Insulators)
Quiz
•
5th Grade
10 questions
Force and Motion
Quiz
•
5th Grade
10 questions
FRICTIONAL FORCE
Quiz
•
3rd - 6th Grade
10 questions
Respiratory System - Grade 5
Quiz
•
5th Grade
13 questions
Forces 2
Quiz
•
5th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
Discover more resources for Science
20 questions
States of Matter
Quiz
•
5th Grade
15 questions
Review: Properties of Matter
Quiz
•
5th Grade
20 questions
Physical and Chemical Changes
Quiz
•
5th Grade
18 questions
Force and Motion Test
Quiz
•
5th Grade
20 questions
Constructive and Destructive Forces Quiz Review
Quiz
•
5th Grade
10 questions
Exploring Properties of Matter
Interactive video
•
1st - 5th Grade
11 questions
Sedimentary Rock & Fossil Fuel Formation Checkpoint
Quiz
•
5th Grade
15 questions
Force and Motion
Lesson
•
5th Grade
