Computer Science, asked by aaryanpathak5678, 5 months ago

Write Python code to replace the third element of the given list to 'helicopter' L=['bike','car','aeroplane']​

Answers

Answered by spriyanka2244
0

Answer:

L[2]=helicopter

Explanation:

Similar questions