QUESTION IMAGE
Question
question 4 of 5 which python statement is used to create an empty tuple?
Brief Explanations
In Python, to create an empty tuple, we use the parentheses (). The option [] is for creating an empty list, {} is for creating an empty dictionary, and the single quote or double quote (if that was an option, but here the first option with () is for tuple). So the correct option is the one with ().
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
The correct option is the one with (). (Assuming the first option is (), if the options are labeled, for example, if the first option is A. (), then the answer is A. ())