Size: 635
Comment:
|
← Revision 15 as of 2016-01-27 18:00:01 ⇥
Size: 1001
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 24: | Line 24: |
no code here |
|
Line 25: | Line 30: |
---- | again {{{ #!python (x,y) = (5,0) try: z = x/y except ZeroDivisionError: print "divide by zero" }}} {{{ #!python (x,y) = (5,0) try: z = x/y except ZeroDivisionError: print "divide by zero" }}} {{{ #!python (x,y) = (5,0) try: z = x/y except ZeroDivisionError: print "divide by zero" }}} |
Russ Hensel
New member a bit new to python, but programming since 1963
Interested in:
SageMath among others
Email: <<russ_hensel(you AT SPAMFREE comcast DOT net)>>
...
Just Testing
no code here
again