| 1 | initial version |
You can just can try / and if there is an exception, do // instead - like:
try:
result = x / y
except ZeroDivisionError:
result = x // y
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.