Quiz
What is the correct file extension for Python files?
How do you create a dictionary in Python?
Which keyword is used to import a module?
How do you access the value of 'name' in {'name': 'Alice'}?
Which list method sorts the list in place?
What is the output of [1, 2, 3][1:]?
Which statement ends a loop immediately?
What is the output of bool('False')?
What is the output of print(2 ** 3)?
Which function returns a random integer?