Chapter 1 Quiz: Python Basics

5 questions · 70% to pass

1. Which of the following is a valid variable name in Python?

2. What is the output of print("Hello" + " " + "World")?

3. What does the // operator do?

4. The input() function always returns a string.

5. Which function converts a string to an integer?

Back to Chapter