• Cours
  • Compilateur de code
  • Discuter
  • Tarification
  • Équipes
Menu

Discussions Q&R

numbers = list(range(5)) print(numbers[4])
listpython3range
0 Vote
1 Réponse
27th Sep 2018, 4:40 PM
Ajay B
In this>>> list(range(5)) can be num(range(5))?
range
1 Vote
1 Réponse
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 Votes
12 Réponses
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 Vote
2 Réponses
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 Vote
2 Réponses
17th Mar 2017, 10:09 AM
Petrov Ilya V
Petrov Ilya V - avatar
Aujourd'hui en vedette
Activities on sololearn
1 Votes
What is problem in this code
0 Votes
playground input
0 Votes
Html issue
1 Votes
This Program Does Something Weird. Can You Explain Why?
1 Votes
Software developer
0 Votes
How I can use div
0 Votes
Asking for final year project ideas!
1 Votes
TIPS From Veterans
1 Votes
Playground input
0 Votes