Какой из следующих типов данных является изменяемым?
- Кортеж
- Словарь
- Строка
arr[0, :]
arr[:, 0]
arr[1]
arr[0]
dict
list
set
tuple
while True
for i in range(10)
while False
for i in range(0)
np.array([[[1, 2], [3, 4]]])
np.list([[[1, 2], [3, 4]]])
np.matrix([[[1, 2], [3, 4]]])
np.create([[[1, 2], [3, 4]]])
json.dumps()
json.loads()
json.stringify()
json.parse()
numpy
matplotlib
PIL (Pillow)
OpenCV
rotate()
Image.rotate()
turn()
flip()
try
и перехода к блоку except
? continue
return
break
raise
continue
break
pass
exit
()
sort()
flip()
invert()
FileNotFoundError
IOError
ImportError
NameError
except
? str()
message()
args()
__str__()
csv
json
xml
pandas
while x < 5
при x = 0
? for i in range(0, 10, 2)
:while i % 2 == 0
:for i in range(1, 10)
:for i in range(0, 11): if i % 2 == 0
:for i in range(0, 10, 2)
:while i % 2 == 0
:for i in range(1, 10)
:for i in range(0, 11): if i % 2 == 0
continue
break
pass
stop
for
:for
in
range
:
break
continue
for
while
x = 0; while x < 3: x += 1; print(x)?
1 2 3
0 1 2 3
1 2
0 1 2
range
index
count
инициализация словаря
добавление элемента
изменение значения по ключу
удаление элемента
sorted()
sort()
reverse()
order()
sort()
sorted()
order()
arrange()
count()
index()
find()
occurrences()
def
return
yield
exit
output
get()
index()
[i][j]
access()