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")
-
2:21:10
Badlands Media
8 hours agoDevolution Power Hour Ep. 386: Epstein Disclosures, Clinton Foundation, and Trump’s Wartime Authority
169K17 -
2:07:22
Inverted World Live
9 hours agoGiant Asteroid Skims Past Earth Today | Ep. 102
43.2K5 -
3:11:00
TimcastIRL
7 hours agoTrump Kills 11 Narco Terrorists, Democrats Warn War With Venezuela Coming | Timcast IRL
171K179 -
13:07
Robbi On The Record
3 days ago $5.95 earnedSweet Poison: The Big Fat Lie That’s Killing America
48.3K26 -
5:35:49
Drew Hernandez
12 hours agoEPSTEIN VICTIMS SPEAK OUT & TRUMP DOUBLES DOWN
40.2K37 -
1:36:41
FreshandFit
7 hours agoWe Are QUITTING YouTube...
57.9K47 -
2:34:22
TheSaltyCracker
7 hours agoDrug Smugglers Blown Up 9-03-25
101K204 -
3:12:59
VapinGamers
6 hours ago $1.52 earnedGrim Trials - Game Review/Playthru - Rougelight Dungeon Crawler - !rumbot !music
31K -
2:47:55
Mally_Mouse
14 hours ago🎮 Let's Play!! -- Jak 2 pt. 16
59.1K2 -
52:23
MattMorseTV
8 hours ago $18.60 earned🔴The Cartels are SCREWED.🔴
120K135