
Python Introduction
Quiz
•
Computers
•
8th - 12th Grade
•
Hard
Alexander Lepinskikh
Used 1+ times
FREE Resource
Enhance your content in a minute
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
SC025: Control Structures Lecture Quiz
Quiz
•
12th Grade
10 questions
Hệ Điều Hành Của Máy Tính
Quiz
•
10th Grade - University
10 questions
HTML
Quiz
•
12th Grade
10 questions
Decomposição: desenvolvendo um quiz sobre reciclagem / 9 ano
Quiz
•
9th Grade - University
14 questions
Оформлення текстових документів
Quiz
•
12th Grade
10 questions
Jaringan Komputer / AIJ
Quiz
•
11th Grade
15 questions
Ôn tập KTGK. Bài 17. Biến và lệnh gán
Quiz
•
10th Grade
12 questions
Tabele HTML
Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
14 questions
Email your Teacher
Quiz
•
6th - 8th Grade
20 questions
Six Weeks Test 2 Review
Lesson
•
9th - 12th Grade
12 questions
Overview of Mexico Part 1
Lesson
•
9th - 12th Grade
40 questions
Programming with Karel
Quiz
•
6th - 8th Grade
16 questions
Lesson 3.5 - If Structures Practice
Quiz
•
11th Grade
20 questions
Binary Numbers Quiz
Quiz
•
6th - 8th Grade
10 questions
Exploring Computer Hardware and Software Components
Interactive video
•
6th - 10th Grade
