Quiz Complete, well Done!
What is the output of len('Coding')?
What is the result of 8 - 3?
What is the difference between a local variable and a global variable?
How can you reverse a string using string slicing?
What is the correct way to write a comment in Python?
What does the 'str' variable type stand for in Python?
What is the product of 7 * 4?
What happens if you try to add a string and a number together?
Which of the following is not a valid variable name?
What is the result of adding 27 and 13?
Which operator is used for string concatenation in most programming languages?
What is a string?
What is the result of '5' * 4?
When accessing a character using string indexing, what happens if the index is out of range?
What are floats?