Что будет напечатано при исполнении следующего кода? print(type(1 / 2))
Python - тест

Quiz
•
Computers
•
1st - 12th Grade
•
Hard
Komarov Egor
Used 141+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
1 min • 1 pt
class < 'int'>
class <'number'>
class <'float'>
class <'tuple'>
2.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Что будет напечатано?
name = "snow storm"
print(name[6:8])
st
sto
to
Syntax Error
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Что выведет следующая программа?
a = [1,2,3,None,(),[],]
print(len(a))
Syntax Error
4
5
6
7
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Что выведет следующая программа?
x = 4.5
y = 2
print(x // y)
2
2.25
9
20.25
5.
MULTIPLE SELECT QUESTION
1 min • 1 pt
1
2
3
4
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Что будет напечатано?
kvps = {"user","bill", "password","hillary"}
print(kvps['password'])
user
bill
password
Ничего. TypeError.
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Что будет показано в результате?
name = "John"
print(f'Hi, {name}')
Ошибка
"Hi, "
"Hi, John"
"Hi, name"
Create a free account and access millions of resources
Similar Resources on Quizizz
12 questions
python 1112

Quiz
•
6th - 8th Grade
10 questions
Цикл с параметром

Quiz
•
9th - 12th Grade
19 questions
Python: списки и матрицы

Quiz
•
10th Grade
15 questions
Основы Python Programming

Quiz
•
9th Grade
10 questions
Циклические алгоритмы 8 кл

Quiz
•
1st - 10th Grade
15 questions
Python цикли

Quiz
•
8th Grade
20 questions
Тест "Конкурс проф. мастерства"

Quiz
•
12th Grade
12 questions
S1 Start if

Quiz
•
10th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade