Hello,<br><br>Defensive programming will force you to do things like :<br><br>import sys<br>if sys.version[0] == &#39;2&#39;:<br><br>