
M4Y1 python
Flashcard
•
Other
•
1st - 3rd Grade
•
Hard
Wayground Content
FREE Resource
Student preview

4 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Какой цикл можно сделать бесконечным?
Back
while
2.
FLASHCARD QUESTION
Front
Для того, чтобы остановить работу цикла, используется инструкция...
Back
break
3.
FLASHCARD QUESTION
Front
Выбери фрагмент кода, в котором правильно расставлены отступы: for i in range(5): if i < 4: print(“Цикл работает”) else: print(“А сейчас закончится”)
Back
for i in range(5): if i < 4: print(“Цикл работает”) else: print(“А сейчас закончится”)
4.
FLASHCARD QUESTION
Front
Выбери фрагмент кода, в котором правильно расставлены отступы: count = 0 while True: a = int(input()) if a > 0: count = count + 1, count = 0 while True: a = int(input()) if a > 0: count = count + 1, count = 0 while True: a = int(input()) if a > 0: count = count + 1, count = 0 while True: a = int(input()) if a > 0: count = count + 1
Back
count = 0 while True: a = int(input()) if a > 0: count = count + 1
Similar Resources on Wayground
10 questions
Counting Coins
Flashcard
•
3rd Grade
10 questions
Place Value
Flashcard
•
1st Grade
13 questions
Skip Counting (2nd Grade)
Flashcard
•
KG - 4th Grade
10 questions
Skip Counting Test
Flashcard
•
4th Grade
15 questions
Counting Coins Practice
Flashcard
•
2nd - 3rd Grade
15 questions
Skip Counting by 5's and 10's
Flashcard
•
1st - 2nd Grade
15 questions
Math Counting
Flashcard
•
KG
15 questions
Skip Counting
Flashcard
•
2nd 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 Other
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
13 questions
Subject Verb Agreement
Quiz
•
3rd Grade
9 questions
Fact and Opinion
Quiz
•
3rd - 5th Grade
10 questions
Verbs
Quiz
•
2nd Grade
17 questions
Multiplication facts
Quiz
•
3rd Grade
20 questions
Irregular Plural Nouns
Quiz
•
3rd Grade
11 questions
NFL Football logos
Quiz
•
KG - Professional Dev...