Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
What is the result of this code? nums = [1, 2, 3, 4, 5] nums[3] = nums[1] print(nums[3])
list
operations
python3
3 Votes
11 Réponses
5th Jul 2020, 11:37 AM
Jaagrit Arora
What is the result of this code? nums = [9, 8, 7, 6, 5] nums.append(4) nums.insert(2, 11) print(len(nums))
lists
python
-1 Vote
5 Réponses
5th Dec 2016, 12:11 PM
Alisha Leay
What is d result of this code ? Nums = [9, 8 ,7 ,6, 5] nums.append(4) nums insert (2,11) print (len (nums))
code
result
0 Vote
3 Réponses
17th Sep 2018, 10:07 AM
Aryav Shenoy
#! python # huge list making nn=1000000 a = [] i=0 while i #! python # Using Lists as Stacks stack = [3, 4, 5] stack.append(6) stack.append(7) print stack x=stack.pop() print "popped ",x print stack x=stack.pop() print "popped ",x x=stack.pop() print "popped ",x print stack
python
0 Vote
5 Réponses
20th Jul 2017, 2:04 PM
paul mwengei
Ruby Array Question
2
3]
4
5]
arrays
i'm
puts
res[2]
res=x|y
ruby
to
trying
understand
x=[1
y=[3
0 Vote
3 Réponses
21st Jun 2017, 3:16 PM
Sharon Lewis
Poser une question
Poser une question
Poser une question
Poser une question
Aujourd'hui en vedette
How to allow one instance of exe
2 Votes
Reverse observer pattern : remove dynamic_cast
2 Votes
Python
1 Votes
Theater management help me
2 Votes
What has happened?
1 Votes
What should I add/improve ?
1 Votes
Should You Specialize or Diversify in Programming?
1 Votes
Tools for web design?
1 Votes
Flight tracker coding foundation help me
1 Votes
Remove raw pointer from observer design pattern
0 Votes