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")
-
LIVE
Rallied
3 hours ago $0.03 earnedShotty Boys Warzone Challenges
179 watching -
2:01:45
MattMorseTV
2 hours ago $2.50 earned🔴Reacting to SAM HYDE.🔴
19.2K6 -
1:17:36
Russell Brand
4 hours agoTommy Robinson UK rally “draws 3 MILLION”, Trump Launches Investigation of Left - SF633
58.9K14 -
LIVE
The HotSeat
1 hour agoThe Truth About Tyler Robinson & Church Leaders: Exposing Weekend Lies — You’re On My List
1,013 watching -
LIVE
Film Threat
18 hours agoVERSUS: SPINAL TAP II + FALL PREVIEW | Film Threat Versus
91 watching -
LIVE
The Nunn Report - w/ Dan Nunn
1 hour ago[Ep 748] Revival - The God Effect Through Charlie | You’re Fired! | Iryna Zarutska Update
173 watching -
LIVE
Right Side Broadcasting Network
7 hours agoLIVE: President Trump Signs a Presidential Memorandum - 9/15/25
4,817 watching -
1:29:01
Sean Unpaved
4 hours agoTurf Tumbles & Triumphs: Burrow's Setback, Chiefs' Crumble, Irish Iced, & Kelly's 3-0
34.2K -
34:27
The Quiet Part
6 hours ago $0.21 earnedCanada DIDN'T EVEN TRY!
4.95K4 -
LIVE
SportsPicks
5 hours agoCrick's Corner: Episode 80
51 watching