Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Cennik
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
numbers = list(range(5)) print(numbers[4])
list
python3
range
0 głosów
1 Odpowiedź
27th Sep 2018, 4:40 PM
Ajay B
In this>>> list(range(5)) can be num(range(5))?
range
1 Głos
1 Odpowiedź
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 głosów
12 odpowiedzi
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 głosów
2 odpowiedzi
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 głosów
2 odpowiedzi
17th Mar 2017, 10:09 AM
Petrov Ilya V
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Popularne dzisiaj
How often can you become a fully stuck developer?
1 Votes
Improve accessibility of this page
0 Votes
What is a simple and easy way to learn ruby? :)
0 Votes
Help
1 Votes
Data analysis
0 Votes
Lesson Takeaways
0 Votes
Course Doubt
1 Votes
If we already have the DELETE command in SQL, why do we need TRUNCATE?
2 Votes
How do i make a lexer and parser
1 Votes
Order of AI courses
0 Votes