Computer Science, asked by abassido89, 4 months ago

Given a list of filenames, we want to rename all the files with extension hpp to the extension h. To do this, we would like to generate a new list called newfilenames, consisting of the new filenames. Fill in the blanks in the code using any of the methods you’ve learned thus far, like a for loop or a list comprehension

Answers

Answered by mahelajayavardhane
0

Answer:

a for loop or a listlearned thus far, like a for

Similar questions