• Cursos
  • Compilador de CĂłdigo
  • Discutir
  • Preços
  • Teams
Menu

Q&A DiscussÔes

What is the result of this code? nums = [1, 2, 3, 4, 5] nums[3] = nums[1] print(nums[3])
listoperationspython3
3 Votos
11 Respostas
5th Jul 2020, 11:37 AM
Jaagrit Arora
Jaagrit Arora - avatar
What is the result of this code? nums = [9, 8, 7, 6, 5] nums.append(4) nums.insert(2, 11) print(len(nums))
listspython
-1 Voto
5 Respostas
5th Dec 2016, 12:11 PM
Alisha Leay
Alisha Leay - avatar
What is d result of this code ? Nums = [9, 8 ,7 ,6, 5] nums.append(4) nums insert (2,11) print (len (nums))
coderesult
0 Voto
3 Respostas
17th Sep 2018, 10:07 AM
Aryav Shenoy
Aryav Shenoy - avatar
#! 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
paul mwengei - avatar
Ruby Array Question
23]45]arraysi'mputsres[2]res=x|yrubytotryingunderstandx=[1y=[3
0 Voto
3 Respostas
21st Jun 2017, 3:16 PM
Dr Sharon Lewis
Dr Sharon Lewis - avatar
Quente hoje
Hello World!
0 Votes
What’s the actual difference between MB and GB in real-world usage?
1 Votes
Script file names
0 Votes
Without degree job
0 Votes
What is wrost mistake that mostly people made while learning coding?
0 Votes
Html learn
1 Votes
Je cherche des gens qui parle français pour apprendre le langage c
0 Votes
Java doubt coders
0 Votes
Python ???
0 Votes
What can I do after learning python and how to create amazing codes. And how many times it would take to be a good programmer😅
0 Votes