
Python Introduction
Quiz
•
Computers
•
8th - 12th Grade
•
Hard
Alexander Lepinskikh
Used 1+ times
FREE Resource
Enhance your content
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Как в Python можно вывести числа от 1 до 3
через двоеточие, а в конце поставить
точку с запятой и перейти на следующую строку?
print(1, 2, 3, sep=':', end=';')
print(1, 2, 3, sep=':', end=';\n')
print(1, 2, 3, sep=:, end=;)
print(1, 2, 3, sep=:, end=;\n)
2.
MULTIPLE SELECT QUESTION
45 sec • 5 pts
Выберите все изменяемые типы в Python?
list
([1, 2, 3])
str
('hello')
int
(5)
bool
(True)
3.
FILL IN THE BLANK QUESTION
1 min • 5 pts
На вход вашей программы подается единственное число 5.
Каким образом его можно считать и подготовить для дальнейшей работы?
4.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
На вход вашей программы Python подается строка с числами, введенными через пробел: 1 2 3.
Каким образом можно получить эти числа?
numbers = int(input())
numbers =
input()
numbers =
input().split(' ')
numbers = input().split()
5.
MULTIPLE SELECT QUESTION
45 sec • 5 pts
Выберите все команды, с помощью которых можно получить длину последовательности?
length()
len()
size()
width()
6.
MULTIPLE SELECT QUESTION
45 sec • 5 pts
Выберите все способы, которыми можно скопировать один список в другой?
b = [1, 2, 3]
a = b[:]
b = [1, 2, 3]
a = b
b = [1, 2, 3]
a = b[0:100]
b = [1, 2, 3]
a = b.copy()
7.
MULTIPLE SELECT QUESTION
45 sec • 5 pts
У вас есть список состоящий из элементов l = [1, 2, 5, 3, 0, 4].
Выберите все способы удалить пятерку из этого списка?
l.pop(5)
l.remove(5)
l.pop(2)
l.remove(2)
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
python. Коллекции
Quiz
•
7th - 11th Grade
10 questions
files + pyQt notes
Quiz
•
9th - 12th Grade
10 questions
Алгоритмы и исполнители
Quiz
•
8th Grade
9 questions
База данных
Quiz
•
9th Grade
11 questions
МСО 10D класс
Quiz
•
10th Grade
11 questions
СОЧ-2 четверть 1 вариант Информатика
Quiz
•
10th Grade
11 questions
Списки в текстовому документі
Quiz
•
8th Grade
10 questions
Алгоритмы
Quiz
•
5th - 11th 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 Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
18 questions
Company Logos
Quiz
•
6th - 8th Grade
30 questions
Computer Terminology Exercise #1 ( Fill Ins)
Quiz
•
9th Grade
15 questions
MLA Formatting
Quiz
•
9th Grade
20 questions
Typing Practice
Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro
Lesson
•
5th - 9th Grade
20 questions
Google Sheets Quiz
Quiz
•
9th Grade