test
Python
code posted
by
test
created at 24 Aug 10:42
Edit
|
Back
1
2
3
4 |
try:
lat, long = float(params['lat']), float(params['long'])
except (KeyError, ValueError):
return json_error('where would you like your waffle today?', 400)
|
186 Bytes in 2 ms with coderay