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
Что будет напечатано при исполнении следующего кода? print(type(1 / 2))
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 Wayground
12 questions
Python

Quiz
•
1st - 5th Grade
17 questions
Тест по разделу "Программирование на языке Питон"

Quiz
•
8th Grade
16 questions
ЛАЯ. 01. Условный оператор

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

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

Quiz
•
8th Grade
14 questions
циклы в Python

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

Quiz
•
5th Grade
15 questions
Test 1 Python (2024-2025)

Quiz
•
6th - 8th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade