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
·
py
—
python-medium/08.py
● 0 errors
EN ▾
ide
current
PY
home.py
PY
quiz.py
●
MD
learn.md
PY
playground.py
PY
challenges.py
python-medium
·
8
/25
☆ bookmark
[exit]
try
:
raise
ValueError
(
'a'
)
except
ValueError
:
print
(
'v'
)
else
:
print
(
'e'
)
finally
:
print
(
'f'
)
What does this print?
A
v then f
B
v then e then f
C
e then f
D
only f
▾ reveal answer
← prev
✓ python 3.12 (pyodide)
UTF-8