import os os.rename('guru99.txt','career.guru99.txt')
Here is what the above code is Doing:
1. Importing the os module
2. Renaming the file guru99.txt to career.guru99.txt
import os os.rename('guru99.txt','career.guru99.txt')
Here is what the above code is Doing:
1. Importing the os module
2. Renaming the file guru99.txt to career.guru99.txt