Викторина по Python (Урок 1-2)

Quiz
•
Professional Development, Computers
•
5th - 11th Grade
•
Hard
Никита Карасёв
Used 43+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Какая функция используется для ввода информации в Python?
int()
input()
print()
str()
Answer explanation
Very good! Для ввода информации с клавиатуры мы используем функцию input()
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Какая функция используется для вывода информации в Python?
input()
str()
print()
int()
Answer explanation
Nice! Для вывода информации мы используем функцию print()
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
В каком случае мы не получим ошибку?
input(введи тут число)
inp = input()
print(inp + 12)
print('1232')
int('hello world')
Answer explanation
Именно! Во всех остальных случаях мы получим ошибку.
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Как в Python выглядит оператор присваивания?
==
-
=
:
Answer explanation
В точку! В Python оператор присваивания это "=".
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
В какой функции записан аргумент?
int()
print()
str(12345)
input()
Answer explanation
Да! Аргумент функции записывается в скобках.
6.
FILL IN THE BLANK QUESTION
1 min • 5 pts
Как запросить у пользователя ввод числа с клавиатуры? В аргумент функции ничего передавать не нужно.
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Что нужно добавить в конце логического условия?
if условие;
if условие -
if условие =
if условие:
Answer explanation
Верно! Двоеточие в конце условие дословно означает "тогда".
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
ПИТОН

Quiz
•
9th Grade
10 questions
Python линейный алгоритм

Quiz
•
8th Grade
15 questions
Python II-модуль (Разветвляющиеся алгоритмы)

Quiz
•
6th - 8th Grade
15 questions
Основы Python

Quiz
•
5th Grade
12 questions
ЭХ 2 модуль

Quiz
•
6th - 8th Grade
11 questions
Основы программирования на языке Python (повторение)

Quiz
•
9th Grade
15 questions
Цикл for в python

Quiz
•
10th Grade
15 questions
C++ brainstorming

Quiz
•
6th - 8th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
Discover more resources for Professional Development
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
13 questions
Primary and Secondary Sources

Quiz
•
6th Grade