Quiz Complete, well Done!
Which of the following is a Python reserved word?
Which of the following is NOT a valid variable name?
What are floats?
What is the output of len('Coding')?
Which of the following is not a valid variable name?
What is the purpose of using quotation marks in a string?
What is string indexing?
What is the result of '42 + '18'?
When accessing a character using string indexing, what happens if the index is out of range?
Which index is used to start string slicing?
Which operator is used for string formatting in Python?
Which variable type is used to store true/false values in Python?
Which variable type is used to store decimal numbers in Python?
What is the result of converting the float value 3.14 to an integer?
What does the format specifier '{}' indicate?