eg. 'wrapper', 'category:python' or '"document database"'
This file looks large and may slow your browser down if we attempt to syntax highlight it, so we are showing it without any pretty colors. Highlight it anyway.
#!/usr/bin/env python
"""
Copyright (c) 2003 Dustin Sallings <dustin@spy.net>
$Id: skeleton.py,v 1.2 2003/01/03 08:43:26 dustin Exp $
import sys
for v in sys.argv[1:]:
v=float(v)
print (v*9/5)+32