Premium Only Content

Working with Dates and Times |Section 6|Celestial Warrior
Here is a tricky exercise.
1.Please download thethree text files attached in this lecture and put them in a folder. The first text file contains the textContent1.The second contains Content2and the third Content3.
2. You should create a Python script that generates a new text file which should contain the content of all three text files. So the generated file should have this content:
Content1
Content2
Content3
In other words, your Pythonscript should merge the three text files.
3. Also, the name of the output file should be the current timestamp. Example:2017-11-01-13-57-39-170965.txt
You have some tips in the next lecture and the solution in the lecture afterthat.
1. Consider using the glob2 third-party library to generate a list of filenames to iterate through.
2. Use a "with" statement to create a new text file and then iterate through the file list inside that "with"statement and open andread existing file contentsin each iterationand write them to new text file.
import glob2
import datetime
filenames=glob2.glob("*.txt")
with open(datetime.datetime.now().strftime("%Y-%m-%d-%H-%M-%S-%f")+".txt", 'w') as file:
for filename in filenames:
with open(filename,"r") as f:
file.write(f.read()+"\n")
-
1:18:38
Glenn Greenwald
8 hours agoProf. John Mearsheimer on Trump's Knesset Speech, the Israel/Hamas Ceasefire, Russia and Ukraine, and More | SYSTEM UPDATE #530
107K72 -
2:21:37
Tucker Carlson
6 hours agoAlex Jones Warns of the Globalist Death Cult Fueling the Next Civil War and Rise of the Antichrist
81.4K374 -
12:35
Clownfish TV
14 hours agoJimmy Kimmel Return NOT Helping Disney AT ALL! DIS Stock Keeps Falling! | Clownfish TV
31.3K7 -
LIVE
Eternal_Spartan
8 hours ago🟢 Eternal Spartan Plays Final Fantasy 7 Rebirth Ep. 10 | USMC Vet
520 watching -
2:10:42
RiftTV
8 hours agoTrump SECURES Hostages, ACCIDENTALLY Admits Foreign Gov CONTROLS Him? | The Rift | Gerald Morgan Jr.
52.3K45 -
LIVE
Phyxicx
5 hours agoStarting Dead Space 2 - 10/13/2025
149 watching -
9:29:38
Dr Disrespect
15 hours ago🔴LIVE - DR DISRESPECT - BATTLEFIELD 6 - JET CRASHES, EXPLOSIONS, 360 NO-SCOPES
156K7 -
2:50:08
megimu32
5 hours agoOTS: Wait... They Were in THAT?! Famous Actors’ Forgotten Roles!
17.1K3 -
21:44
Jasmin Laine
9 hours agoTrump Haters SILENCED—Historic Peace Deal PROVES Them ALL Wrong
23K19 -
4:00:11
Jorba4
6 hours ago🔴Live-Jorba4- Battlefield 6
4.15K