Informatik Dossier 1M
Videokonferenz-Regeln
Wie teile ich Code über OneDrive?
next week
for
Aufklappen
x = L[42]
pop
append
insert
L[42] = 'Micha'
L = [ ... ]
for element in L:
for index in range(len(L)):
while
while index < len(L):
range
random.randint
if-elif-else
hof@
repeat