What is a function in Python?
What is a function in Python? a) A block of code that performs a specific task b) A variable that stores data c) A loop that iterates over a sequence d) A type of conditional statement Answer: a) A block of code that performs a specific task Explanation: A function in Python is a reusable […]
What is a function in Python? Read More »