Answer:
Following are the correct code to this question:
short_names=['Gus','Bob','Zoe']#defining a list short_names that holds string value
print (short_names[0])#print list first element value
print (short_names[1])#print list second element value
print (short_names[2])#print list third element value
Output:
Gus
Bob
Zoe
Explanation:
- In the above python program code, a list "short_names" list is declared, that holds three variable that is "Gus, Bob, and Zoe".
- In the next step, the print method is used that prints list element value.
- In this program, we use the list, which is similar to an array, and both elements index value starting from the 0, that's why in this code we print "0,1, and 2" element value.
The answer to your question is A. blogs
The rule of 72 says that if you divide 72 by the interest rate the result is the number of years it takes to double your money.
72/5.6 = 12.86 years. to double your money from $1850 to $3700 it would take 12.86 years, which means you will have $3700 near the end of 1992.
<span>The table style option that is useful to display aggregated data when it is checked is the table row. It is an option in excel table where it shows at the bottom of the last records and displays the sum or total or an average of a specified data. To get a total in excel use this function and type it in the cell =SUM(a1,a2) and then press enter. </span>