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/20.py
● 0 errors
TS
PY
EN ▾
ide
current
PY
home.py
PY
quiz.py
●
MD
learn.md
PY
playground.py
PY
challenges.py
python-medium
·
20
/25
☆ bookmark
[exit]
a
=
{
'x'
:
1
,
'y'
:
2
}
b
=
{
'y'
:
9
,
'z'
:
3
}
print
(a
|
b)
What does this print?
A
{'x': 1, 'y': 9, 'z': 3}
B
{'x': 1, 'y': 2, 'z': 3}
C
{'y': 9, 'z': 3}
D
TypeError
▾ reveal answer
← prev
✓ python 3.12 (pyodide)
UTF-8