Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
What is the result of this code? nums = [1, 2, 3, 4, 5] nums[3] = nums[1] print(nums[3])
list
operations
python3
3 głosów
11 odpowiedzi
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 Głos
5 odpowiedzi
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 głosów
3 odpowiedzi
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 głosów
5 odpowiedzi
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 głosów
3 odpowiedzi
21st Jun 2017, 3:16 PM
Sharon Lewis
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Popularne dzisiaj
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Odd even threads without condition variable
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes