• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu

Q&A Discussions

What is the result of this code? nums = [1, 2, 3, 4, 5] nums[3] = nums[1] print(nums[3])
listoperationspython3
3 Votes
11 Answers
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 Vote
5 Answers
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 Votes
3 Answers
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 Votes
5 Answers
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 Votes
3 Answers
21st Jun 2017, 3:16 PM
Dr Sharon Lewis
Dr Sharon Lewis - avatar
Hot today
Functions in python
1 Votes
HTML
1 Votes
For Mobile app
0 Votes
What’s the One Thing That Helped You Learn Coding Faster?
2 Votes
How can you find whether a number is odd or even in a different way(other than (x%2==0))?
0 Votes
I need advice
0 Votes
Answer please
0 Votes
this query always result to be incorrect from Sorting Data lesson
1 Votes
I need advice
0 Votes
Why this code fails even without data race
0 Votes