Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
numbers = list(range(5)) print(numbers[4])
list
python3
range
0 голосов
1 ответ
27th Sep 2018, 4:40 PM
Ajay B
In this>>> list(range(5)) can be num(range(5))?
range
1 голос
1 ответ
25th Feb 2018, 9:33 PM
Devvrat Marwah
What is the result of this code? nums = list(range(5)) print(nums[4])
python
range
2 голосов
12 ответов
12th May 2017, 6:47 AM
Deepak Agrawal
What is the result of this code? nums = list(range(5)) print(nums[4])
=
code?
is
list(range(5))
nums
of
result
the
this
what
0 голосов
2 ответов
19th Oct 2018, 3:53 PM
Popa Antonio
4 is the correct answer. list(range(5)) = [0, 1, 2, 3, 4] and nums[4] is the 5th element of the list.
python
range
0 голосов
2 ответов
17th Mar 2017, 10:09 AM
Petrov Ilya V
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
Актуальное сегодня
Someone can help me
2 Votes
X velocity
0 Votes
Files not linking in C++
0 Votes
I am a super beginner
0 Votes
I want to make a triangle area calculator ,anybody can teach me
2 Votes
Web Dev
0 Votes
Img & web server or personal info
0 Votes
Pls give me an idea
1 Votes
How this program executes?
0 Votes
How to achieve "Sololearner" achievement?
0 Votes