Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialhugo dahl
2,967 Pointshelp? c
Please fill in the correct answer in each blank provided below.
Fill in the blank(s) below:
Complete this line of code by entering the correct format string
dt = datetime.strptime('Mon 11 Dec 2023, 11:34PM','')
2 Answers
Rohald van Merode
Treehouse StaffHey hugo dahl 👋
For this challenge you'll want to pass the right format to match the datestring passed to strptime
call. Rachel explains the method around the 4:12 min mark and you can use the cheatsheet at strftime.org to find the right codes 🙂
Hope this helps!
Keaton Crihfield
6,348 PointsOk but how to I use it