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
Lofi Girl
2 years agoSynthwave Radio 🌌 - beats to chill/game to
113 watching -
LIVE
SilverFox
14 hours ago🔴LIVE - ARC RAIDERS SERVER SLAM TEST! DAY 2!
39 watching -
2:03:11
LFA TV
16 hours agoTHE RUMBLE RUNDOWN LIVE @9AM EST
103K10 -
LIVE
MrR4ger
2 hours agoWERE NOT GAY, WE JUST PLAY ARC RAIDERS W/ TONYGAMING AND AKAGUMO
31 watching -
LIVE
Retro Rewind Pod
12 hours ago📺🌄 SATURCADE ADVENTURES is back! Saturday Morning Cartoon Feels and Gaming Fun
10 watching -
43:57
Daniel Davis Deep Dive
3 hours agoDeep Dive Intel Briefing /Lt Col Daniel Davis
3.83K3 -
LIVE
blackfox87
4 hours ago🟢 SUBATHON DAY 16 | Premium Creator | #DisabledVeteran
127 watching -
1:10:13
Wendy Bell Radio
7 hours agoPet Talk With The Pet Doc
13.4K16 -
1:11:37
Mike Rowe
8 days agoDoes China Control The NBA? | Enes Kanter Freedom #453 | The Way I Heard It
39.8K66 -
LIVE
TheItalianCEO
21 hours ago24-hr Arc Raiders Stream
93 watching