

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
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?