Derived Channel
1.54K subscribers
252 photos
4 videos
374 files
68 links
القناة الأساسية
@stepbystep001

ومـما زادني شـرفـاً وتـيــهـاً
وكدت بأخمصي أطأ الـثريا
دخولي تحت قولك يا عبادي
وأن صـيَّرت أحمد لي نـبيـا
Download Telegram
Derived Channel
Photo
The addAtPosition(item, pos) Method
Anonymous Quiz
95%
T
5%
F
the DoublyLinkedList class must maintain a reference to the firstnode (the head) and the last node (the tail).
Anonymous Quiz
93%
T
7%
F
Derived Channel
Photo
The addAtPosition() Method
Anonymous Quiz
24%
T
76%
F
The addAtEnd(item) Method
Anonymous Quiz
89%
T
11%
F
Derived Channel
Photo
The addAtPosition(item, pos) Method
Anonymous Quiz
90%
T
10%
F
Derived Channel
Photo
The search() Method
Anonymous Quiz
50%
T
50%
F
كدا جزء د ساره كله اتبعت الحمدلله نكمل الباقي بكرا ان شاء الله
In .... mode an expression, all by itself, has no visible effect
Anonymous Quiz
70%
script
30%
interactive
operations allowed with strings in python
Anonymous Quiz
17%
+
7%
*
73%
Both of them
2%
-
'Spam'*3
Anonymous Quiz
84%
'SpamSpamSpam'
16%
Error
The elements of a list don't have to be the same type
Anonymous Quiz
80%
T
20%
F
Lists are ....
Anonymous Quiz
26%
immutable
74%
mutable
strings are ...
Anonymous Quiz
60%
immutable
40%
mutable
a = [1, 2, 3]
b = [4, 5, 6]
c = a + b c =
Anonymous Quiz
35%
[5, 7, 9]
65%
[1, 2, 3, 4, 5, 6]
a = [1, 2, 3]
c = a * 3 c =
Anonymous Quiz
31%
[3, 6, 9]
69%
[1, 2, 3, 1, 2, 3, 1, 2, 3]
t = ['a', 'b', 'c', 'd', 'e', 'f']
t[1:3]
Anonymous Quiz
17%
['a', 'b', 'c']
35%
['b', 'c', 'd']
42%
['b', 'c']
5%
['a', 'b', 'c', 'd']