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-advanced/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-advanced
·
24
/25
☆ marquer
[quitter]
from
itertools
import
islice, count
print
(
list
(islice(count(
10
,
2
),
2
,
5
)))
Qu'affiche-t-il ?
A
[14, 16, 18]
B
[10, 12, 14]
C
[12, 14, 16, 18]
D
[2, 3, 4]
▾ révéler la réponse
← préc.
✓ python 3.12 (pyodide)
UTF-8