Chapter 1 Quiz: Python Basics 5 questions · 70% to pass 1. Which of the following is a valid variable name in Python? 2nd_value _hidden class my-variable 2. What is the output of print("Hello" + " " + "World")? HelloWorld Hello World Hello+World Error 3. What does the // operator do? Division Floor division Exponentiation Modulo 4. The input() function always returns a string. True False 5. Which function converts a string to an integer? str() int() float() bool() Submit Quiz Back to Chapter Back to Chapter Dashboard