Python, повторення 1 (print/input/if)
Quiz
•
Other
•
7th Grade
•
Practice Problem
•
Hard
Vladyslav Sakhanda
Used 6+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як правильно створити змінну?
variable = 10
"variable" = 10
10 = 10
10 = variable
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як надрукувати в консоль змінну number
(обери найбільш правильний варіант)
number = 100
input(number)
number = 100
print number
number = 100
input number
number = 100
print(number)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як вивести в консоль змінну age
(обери найбільш правильний варіант)
age = 15
input("age")
age = 15
print("age")
age = 15
print(age)
age = 15
input(age)
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Існують такі типи даних: int, float, str, bool. Що вони означають?
int - цілі числа (-1, 0)
float - не цілі числа (-1.2, 0.5)
str - текст ('текст', "текст")
bool - True або False
int - не цілі числа (-1.2, 0.5)
float - не цілі числа (-1, 0)
str - текст ('текст', "текст")
bool - True або False
int - цілі числа (-1, 0)
float - не цілі числа (-1.2, 0.5)
str - текст (текст, "текст", 'текст')
bool - True або False
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Що ми отримаємо в консолі?
print(1, 2, 3)
123
1 2 3
1, 2, 3
Помилка, тому що не можна так писати
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Що ми отримаємо в консолі?
number = 4 + 2
print number
Помилку, тому що print треба писати з дужками
6
number
4 + 2
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Пам'ятаєте ми говорили про те, що if шукає True щоб умова виконалась?
В якому з варіантів ми отримаємо в консолі 1
if True:
print(1)
elif True:
print(1)
if True
print(1)
elif True
print(1)
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Ліна Костенко "Кольорові миші"
Quiz
•
7th Grade
11 questions
Стендаль "Червоне і чорне"
Quiz
•
1st - 12th Grade
10 questions
Списки. PYTHON
Quiz
•
3rd Grade - University
10 questions
Здорове харчування
Quiz
•
7th Grade
12 questions
Кодування даних
Quiz
•
1st - 12th Grade
12 questions
Тест 7-Б
Quiz
•
7th - 12th Grade
12 questions
Що ти знаєш про насильство?
Quiz
•
5th - 12th Grade
12 questions
Аля (5)
Quiz
•
5th - 12th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Other
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
20 questions
Photosynthesis and Cellular Respiration
Quiz
•
7th Grade
10 questions
Exploring Europe: Geography, History, and Culture
Interactive video
•
5th - 8th Grade
10 questions
Understanding Meiosis
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
7th Grade
10 questions
Exploring the Origins of Veterans Day
Interactive video
•
6th - 10th Grade
20 questions
Context Clues
Quiz
•
7th Grade
