Python Basics Quiz
Test your knowledge of Python programming.
1. What is the output of print(2 * 3 ** 3)?
18
54
24
36
2. Which keyword is used to define a function in Python?
define
def
func
function
3. What data type is returned by input() function?
int
string
boolean
float
Submit Quiz