iter() not working with datetime.now() – stackoverflow.com 09:25 Posted by Unknown No Comments A simple snippet in Python 3.6.1: import datetime j = iter(datetime.datetime.now, None) next(j) returns: Traceback (most recent call last): File "<stdin>", line 1, in <module> ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Unknown
0 Comment to "iter() not working with datetime.now() – stackoverflow.com"
Post a Comment