
функции
Authored by Igor Perekalskiy
Science
5th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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)
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?
Similar Resources on Wayground
10 questions
I Love Science 5.5A
Quiz
•
5th Grade
10 questions
Natural calamities
Quiz
•
5th Grade
11 questions
Properties Of Materials : Transparency
Quiz
•
5th Grade
11 questions
Earth Science 5th Grade
Quiz
•
5th Grade
10 questions
Lesson 4.6 Changing direction
Quiz
•
3rd Grade - University
10 questions
Solids, Liquids and Gases
Quiz
•
1st Grade - Professio...
12 questions
Uses of Energy and circuits
Quiz
•
4th - 5th Grade
10 questions
STAAR Review
Quiz
•
4th - 5th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Science
20 questions
Weathering, Erosion, Deposition
Quiz
•
5th Grade
20 questions
Food Chains and Food Webs Review
Quiz
•
5th Grade
28 questions
4th Grade The Need for Speed
Quiz
•
3rd - 5th Grade
20 questions
The Water Cycle
Quiz
•
4th - 5th Grade
20 questions
Food Webs
Quiz
•
5th Grade
45 questions
5th Science STAAR Review
Quiz
•
5th Grade
18 questions
Circuits
Quiz
•
5th Grade
15 questions
5.L.3.1/3.2: Inherited/Acquired Traits
Quiz
•
5th Grade