• Kursy
  • Kompilator kodu
  • Dyskusja
  • Cennik
  • Zespoły
Menu

Dyskusje Q&A

numbers = list(range(5)) print(numbers[4])
listpython3range
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
Devvrat Marwah - avatar
What is the result of this code? nums = list(range(5)) print(nums[4])
pythonrange
2 głosów
12 odpowiedzi
12th May 2017, 6:47 AM
Deepak Agrawal
Deepak Agrawal - avatar
What is the result of this code? nums = list(range(5)) print(nums[4])
=code?islist(range(5))numsofresultthethiswhat
0 głosów
2 odpowiedzi
19th Oct 2018, 3:53 PM
Popa Antonio
Popa Antonio - avatar
4 is the correct answer. list(range(5)) = [0, 1, 2, 3, 4] and nums[4] is the 5th element of the list.
pythonrange
0 głosów
2 odpowiedzi
17th Mar 2017, 10:09 AM
Petrov Ilya V
Petrov Ilya V - avatar
Popularne dzisiaj
HTML
3 Votes
Functions in python
2 Votes
For Mobile app
0 Votes
What’s the One Thing That Helped You Learn Coding Faster?
2 Votes
How can you find whether a number is odd or even in a different way(other than (x%2==0))?
1 Votes
Answer please
0 Votes
I need advice
0 Votes
this query always result to be incorrect from Sorting Data lesson
1 Votes
I need advice
0 Votes
Html 5 document question
1 Votes