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/24.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
·
24
/25
☆ marquer
[quitter]
from
functools
import
reduce
print
(
reduce
(
lambda
a, b: a
+
b, [
1
,
2
,
3
,
4
],
10
))
Qu'est-ce que cela affiche ?
A
20
B
10
C
24
D
14
▾ révéler la réponse
← préc.
✓ python 3.12 (pyodide)
UTF-8