Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Курсы
Python. Data storage and processing
(Python) Arrays. Basics
Модуль:
(Python) Arrays. Basics
Задача
7
/11
Element output
Задача
What will the following program fragment display?
ar = [2, 4, 6, 8] print(ar[1], ar[2])
Выберите правильный ответ, либо введите его в поле ввода
Комментарий учителя