Tagged Questions
3
votes
2answers
3k views
Tricky Python string literals in passing parameter to timeit.Timer() function
I'm having a hard time with the setup statement in Python's timeit.Timer(stmt, setup_stmt). I appreciate any help to get me out of this tricky problem:
So my sniplet looks like this:
def ...