Answer:
short_names = ["Gus", "Bob", "Ann"]
print(short_names[0])
print(short_names[1])
print(short_names[2])
Explanation:
There are some typos in your code. In addition to the missing part of the code, I corrected the typos.
First of all, initialize the list called short_names. The list starts with "[" and ends with "]". Between those, there are must be the names (Since each name is a string, they must be written between "" and there must be a semicolon between each name)
Then, you can print each name by writing the name of the list and the index of the names between brackets (Index implies the position of the element and it starts with 0)
Answer:
Explanation:
Hello friend !!!!!!!!!!!!
The answer is <u><em>school zone</em></u>
Hope this helps
plz mark as brainliest!!!!!!!
I think you need some time of camra voice recorder sorry if im wrong also sorry cuz i forgot what it is called
An internal node is a node which carries at least one child or in other words, an internal node is not a leaf node.