Create your own array of strings. Call the array anything you like as long as it is a valid variable name. The list should conta
in 3 elements The first element should contain ‘AAA’ The second element should contain ‘BBB’ The third element should contain ‘CCC'.
1 answer:
Answer:
alphabets = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
newList = []
N = 3
for i in range(N):
newList.append(alphabets[i] * 3)
print(newList)
Explanation:
- Initialize the alphabets.
- Use a for loop to append three alphabets to new list.
- Finally print the new list.
You might be interested in
To search things like answers,order things on Amazon,or go watch videos on Youtube
The answer is d it is d it is d I think I think, I’m not sure though
Answer:
I Think You Could Go To Settings And Change It
Explanation:
I Think This Helps
Answer:
Assumptions sabotage effective communication and have the potential to lead everyone down unintended paths
Explanation:
Answer:
B
Explanation:
I hope this helps!