Итог по for Pythton

Quiz
•
Computers
•
7th Grade
•
Hard
Владимир Жданов
Used 1+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что делает 3 строчка ?
печатает все в одну строку
Ведет счет чисел
переносит на новую строку
не влияет на вывод
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что делает 4 строчка кода?
Перенос на новую строку
вывод в одну строку
ставит пробел
выводит "х"
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой код выводит это ?
for i in range(5):
for j in range(5):
if i => j:
print("x", end=" ")
else:
print("-", end=" ")
print()
for i in range(5):
for j in range(5):
if i =< j:
print("x", end=" ")
else:
print("-", end=" ")
print()
for i in range(5):
for j in range(5):
if i == j:
print("x", end=" ")
else:
print("-", end=" ")
print()
for i in range(5):
for j in range(5):
if i == j or i + j == 4::
print("x", end=" ")
else:
print("-", end=" ")
print()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой код выведет на экран большой крест?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что выведет данный код?
Similar Resources on Wayground
10 questions
Simple Easy Basic Lua Quiz

Quiz
•
4th Grade - Professio...
10 questions
Программирование C#

Quiz
•
1st - 10th Grade
10 questions
Lua quiz: Basics (Print, functions, while true loops)

Quiz
•
5th - 8th Grade
10 questions
Godot проверка 1

Quiz
•
7th Grade - University
10 questions
Python

Quiz
•
1st - 12th Grade
10 questions
Вопросы по Python

Quiz
•
6th - 8th Grade
6 questions
Создание массивов в Пайтон

Quiz
•
KG - Professional Dev...
10 questions
Ms. Molloy Computer Science quick quiz

Quiz
•
7th Grade
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade