Russ Hensel
New member a bit new to python, but programming since 1963
Interested in:
SageMath among others
SageMath single cell test
Email: <<russ_hensel(you AT SPAMFREE comcast DOT net)>>
...
Just Testing
no code here
again
1 (x,y) = (5,0)
2 try:
3 z = x/y
4 except ZeroDivisionError:
5 print "divide by zero"
1 (x,y) = (5,0)
2 try:
3 z = x/y
4 except ZeroDivisionError:
5 print "divide by zero"
Edit conflict - other version:
1 (x,y) = (5,0)
2 try:
3 z = x/y
4 except ZeroDivisionError:
5 print "divide by zero"
CategoryHomepage
Edit conflict - your version:
CategoryHomepage
End of edit conflict