Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 3
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #72.8K
2 Posted Topics
It's a lot easier to use the logging module and simply change the logging level when you no longer want to see the output.
There are at least four switch recipes on activestate alone. There is also this [Click Here](http://code.activestate.com/recipes/578158-range-comparison/) that I find interesting, YMMV.
The End.
Mark_37