Posts by ROGER LIMA • 11 points
1 post
-
0
votes2
answers69
viewsQ: How to replace file extensions?
I am learning python in Oursera, and came across the following exercise. My question refers to how to change string extensions .hpp to .h inside the list comprehension: filenames = ["program.c",…