Discussion Forum : Python
Question - If you want to create an empty list called colours in Python, which of the following is correct?
Options:
A .  colours = [ ]
B .  colours = ( )
C .  colours = { }
D .  colours =
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *