A figure is made up of an equilateral triangle and a square of side 7 cm. The perimeter of the figure
is
Answers
Answered by
0
Answer:
NONE.
Explanation:
In Côde,
\\ \tt na mes = ['Hasan', 'Balwant','Sean', 'Dia' ] \\\tt print (na me [-1][-1])
"name isn't defined", "names is" so there's gonna be an error.
Correction:
\\ \tt na mes = ['Hasan', 'Balwant','Sean', 'Dia' ] \\\tt print (na mes [-1][-1])
Output: 'a'
Explanation:
names[-1] selects last element of list
names [-1][-1] will return last letter of the last element.
Similar questions