Quiz 2.2: Programming Fundamentals
What does the len() function do in Python?
What is the result of the expression print("5" + "3") in Python?
Which of the following is a correct way to check if two variables, a and b, are equal in value?
What is meant by a local variable?
Which of the following methods is used to concatenate two strings in Python?
What is a list in Python?
Which Python function is used to find the maximum value in a list?
Which operator is used to repeat a string a specific number of times in Python?
Which term is used to describe a single piece of data in a database table?
Which loop structure is used when the number of iterations is known in advance?