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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!