Question: Python Short string list Create your own array of strings. Call the array anything you like as long as it is a valid variable name.
Python Short string list
Create your own array of strings. Call the array anything you like as long as it is a valid variable name.
The list should contain 3 elements
The first element should contain AAA
The second element should contain BBB
The third element should contain CCC
Output the list.
Expected Output: ['AAA', 'BBB', 'CCC']
# Write your code below
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
