Quiz 2.2: Programming Fundamentals
What is the primary purpose of the elif statement in Python?
Which of the following best describes the purpose of iteration in programming?
What is the result of the expression print("5 + 3") in Python?
What is the difference between = and == in Python?
Which of the following statements is an example of a selection structure?
What is a list in Python?
What is meant by a local variable?
In Python, how can you convert a string variable num_str to an integer?
In Python, which keyword is used to exit a loop prematurely?
What does the len() function in Python do when applied to a string?