What is list()?
Answer:
list( ) is a constructor function which creates an empty list if no argument is passed and creates a list if a sequence is passed as argument.
Very Short Answer Type Questions (1 Mark each)
Very Short Answer Type Questions (1 Mark each)
Last updated at Dec. 13, 2024 by Teachoo
Answer:
list( ) is a constructor function which creates an empty list if no argument is passed and creates a list if a sequence is passed as argument.