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/14.py
● 0 errors
TS
PY
PL ▾
ide
current
PY
home.py
PY
quiz.py
●
MD
learn.md
PY
playground.py
PY
challenges.py
python-medium
·
14
/25
☆ zapisz
[wyjdź]
from
collections
import
Counter
print
(Counter(
'mississippi'
).most_common(
2
))
Co to wypisze?
A
[('i', 4), ('s', 4)]
B
[('i', 4), ('m', 1)]
C
[('s', 4), ('i', 4)]
D
[('p', 2), ('m', 1)]
▾ pokaż odpowiedź
← poprz.
✓ python 3.12 (pyodide)
UTF-8