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/11.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
·
11
/25
☆ marquer
[quitter]
nums
=
[
1
,
2
,
3
,
4
]
print
(
list
(
filter
(
lambda
x: x
>
2
, nums)))
Qu'est-ce que cela affiche ?
A
[3, 4]
B
[1, 2]
C
[2, 3, 4]
D
[True, True]
▾ révéler la réponse
← préc.
✓ python 3.12 (pyodide)
UTF-8