Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
What is the result of this code? nums = [1, 2, 3, 4, 5] nums[3] = nums[1] print(nums[3])
list
operations
python3
3 Votos
11 Respostas
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 Voto
5 Respostas
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 Voto
3 Respostas
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 Voto
5 Respostas
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 Voto
3 Respostas
21st Jun 2017, 3:16 PM
Dr Sharon Lewis
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Quente hoje
Losing hearts
2 Votes
Someone explain it... Plz!!!
1 Votes
Question ❓
0 Votes
Code suggestions
2 Votes
Web development
0 Votes
How can i write a code? I'm the beginner
0 Votes
Best app that teaches Photoshop step by step
1 Votes
Sololearn Theme Changing
0 Votes
Help me
0 Votes
From Tomorrow my AI and Data science course will be started what should I do to make it best for my own self and Development in
0 Votes