Differences between revisions 4 and 15 (spanning 11 versions)
Revision 4 as of 2014-02-10 16:53:35
Size: 607
Editor: RussHensel
Comment:
Revision 15 as of 2016-01-27 18:00:01
Size: 1001
Editor: RussHensel
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
interested in: Interested in:
Line 15: Line 15:
[SageMath single cell test] [[SageMath single cell test]]
Line 17: Line 17:
Email: <<russ_hensel(you AT SPAMFREE comcast DOT com)>> Email: <<russ_hensel(you AT SPAMFREE comcast DOT net)>>
Line 21: Line 21:
---- Just Testing

{{{


no code here


}}}


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

SageMath single cell test

Email: <<russ_hensel(you AT SPAMFREE comcast DOT net)>>

...

Just Testing

no code here

again

Toggle line numbers
   1 (x,y) = (5,0)
   2 try:
   3   z = x/y
   4 except ZeroDivisionError:
   5   print "divide by zero"

Toggle line numbers
   1 (x,y) = (5,0)
   2 try:
   3   z = x/y
   4 except ZeroDivisionError:
   5   print "divide by zero"

Toggle line numbers
   1 (x,y) = (5,0)
   2 try:
   3   z = x/y
   4 except ZeroDivisionError:
   5   print "divide by zero"

CategoryHomepage

RussHensel (last edited 2016-01-27 18:00:01 by RussHensel)

Unable to edit the page? See the FrontPage for instructions.