quick newbie syntax question
Robocop
bthayre at physics.ucsd.edu
Mon Oct 20 15:24:14 EDT 2008
More information about the Python-list mailing list
Mon Oct 20 15:24:14 EDT 2008
- Previous message (by thread): quick newbie syntax question
- Next message (by thread): quick newbie syntax question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
oops! Sorry about that, i should have just copied my code directly. I actually did specify an int in range: > > year = '2008' > > month = '09' > > limit = '31' > > for i in range(1,int(limit)): The code is currently failing due to the syntax in the filter, particularly the section "date = year'-'month'-'i"
- Previous message (by thread): quick newbie syntax question
- Next message (by thread): quick newbie syntax question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list