skip to content →
ts-quiz
— ~/loading.ts
tsc --watch
● loading…
TS
home.ts
TS
levels.ts
MD
learn.md
TS
playground.ts
NEW
// tsc --watch · type-checking modules…
await
load
(
"loading.ts"
)
// streaming server components
◇ tsc 6.0.3 · compiling…
UTF-8
◇ loading…
ts-quiz
—
python-medium/22.py
● 0 errors
TS
PY
FR ▾
ide
current
PY
home.py
PY
quiz.py
●
MD
learn.md
PY
playground.py
PY
challenges.py
python-medium
·
22
/25
☆ marquer
[quitter]
def
add
(x, items
=
[]):
items.append(x)
return
items
print
(add(
1
))
print
(add(
2
))
Quelle est la deuxième ligne affichée ?
A
[1, 2]
B
[2]
C
[1]
D
[2, 1]
▾ révéler la réponse
← préc.
✓ python 3.12 (pyodide)
UTF-8