How to rename TXT file using python?? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How to rename TXT file using python??

File handling

6th Aug 2021, 3:54 AM
Suraj
Suraj - avatar
2 Respuestas
+ 2
import os os.rename(oldName.txt , newName.txt)
6th Aug 2021, 4:00 AM
Prashanth Kumar
Prashanth Kumar - avatar
0
Prashanth Kumar thanks brother 😁
6th Aug 2021, 7:54 AM
Suraj
Suraj - avatar