Quiz Complete, well Done!
What is the output of len('Coding')?
What is the output of 'Hello World'[1:4]?
How do you declare a variable in most programming languages?
What is a variable in programming?
Which of the following is NOT a consequence of limited floating-point precision?
What is the purpose of using quotation marks in a string?
Which of the following is a sensible variable name for a variable that stores a person's age?
What is string concatenation?
Which method is used to concatenate strings in Python?
What is string slicing?
What is string formatting?
What happens when you try to convert the string '2.718' to a float?
Which method is used to split a string into a list of substrings?
What are floats?
Which of the following is not a valid variable name?