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 trial

Python The Problem: For Loops

Andy McDonald
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Andy McDonald
Python Development Techdegree Graduate 13,801 Points

Strptime is saying I'm giving it a datetime but describes the value as a string on the previous line of code.

When I run this loop the first run says strptime needs a string not a datetime, but as you'll see I'm printing the variable holding the datetime argument for strptime on the previous line and it will tell me its a string.

Here's my snapshot: https://w.trhou.se/odasr3qe37

1 Answer

Steven Parker
Steven Parker
229,732 Points

It's not clear which of the 3 files in the snapshot should be used, but none of them seem to generate the error you describe.