NeuraQuiz
Categories
Quizzes
Practice
Blog
About
Login
Start Learning
Categories
Quizzes
Practice
Blog
About
Login
Start Learning
Python Data Structures Foundations Quiz
Python
15:00
Question 1 of 20
BEGINNER
+1 XP
Previous
🏳️ Flag
Submit Quiz
Next
Question Navigator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
BEGINNER
1 pts
python
⚡ Output
Loading code snippet...
What is the output of the following Python code: print({"a": 1, "b": 2}["a"])?
A
OUTPUT:
1
B
OUTPUT:
2
C
OUTPUT:
a
D
OUTPUT:
Error