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/17.py
● 0 errors
TS
PY
PL ▾
ide
current
PY
home.py
PY
quiz.py
●
MD
learn.md
PY
playground.py
PY
challenges.py
python-advanced
·
17
/25
☆ zapisz
[wyjdź]
import
re
text
=
'a1 b22 c333'
print
(re.findall(
r
'
\d
+
'
, text))
Co zwraca re.findall?
A
['1', '22', '333']
B
iterator obiektów Match
C
['a1', 'b22', 'c333']
D
[1, 22, 333]
▾ pokaż odpowiedź
← poprz.
✓ python 3.12 (pyodide)
UTF-8