Python Basics Quiz

Test your knowledge of Python programming.

1. What is the output of print(2 * 3 ** 3)?

2. Which keyword is used to define a function in Python?

3. What data type is returned by input() function?