• Cursussen
  • Code Compiler
  • Discussiëren
  • Prijzen
  • Teams
Menu

Q&A Discussies

What is the result of this code? nums = [1, 2, 3, 4, 5] nums[3] = nums[1] print(nums[3])
listoperationspython3
3 Stemmen
11 Antwoorden
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 Stem
5 Antwoorden
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 Stemmen
3 Antwoorden
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 Stemmen
5 Antwoorden
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 Stemmen
3 Antwoorden
21st Jun 2017, 3:16 PM
Dr Sharon Lewis
Dr Sharon Lewis - avatar
Populair vandaag
debate which is better
5 Votes
Cource
1 Votes
Im confused was that seriously it
0 Votes
why is my AI in spanish
0 Votes
Which one should I start with to learn python. The developer path or both seperate beginner and intermediate python?
0 Votes
Is anyone else having this issue?
2 Votes
Text editor
0 Votes
Arduino
2 Votes
Debugging issue?
0 Votes
how to view only application
0 Votes