Differences between revisions 2 and 13 (spanning 11 versions)
Revision 2 as of 2014-02-07 17:43:38
Size: 571
Editor: RussHensel
Comment:
Revision 13 as of 2016-01-25 18:42:00
Size: 1379
Editor: RussHensel
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
new member a bit new to python, but programming since 1963 New member a bit new to python, but programming since 1963
Line 11: Line 11:
interested in Interested in:
Line 13: Line 13:
[SageMath] among others SageMath  among others
Line 15: Line 15:
Email: <<MailTo(you AT SPAMFREE example DOT com)>> [[SageMath single cell test]]

Email: <<russ_hensel(you AT SPAMFREE comcast DOT net)>>
Line 19: Line 21:
Just Testing

{{{


---- /!\ '''Edit conflict - other version:''' ----
space for code generic
code


---- /!\ '''Edit conflict - your version:''' ----
space for code generic
code


---- /!\ '''End of edit conflict''' ----


}}}


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"
}}}


---- /!\ '''Edit conflict - other version:''' ----


{{{
#!python
(x,y) = (5,0)
try:
  z = x/y
except ZeroDivisionError:
  print "divide by zero"
}}}
Line 21: Line 80:

---- /!\ '''Edit conflict - your version:''' ----
----
CategoryHomepage


---- /!\ '''End of edit conflict''' ----

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

---- /!\ '''Edit conflict - other version:''' ----
space for code generic
code 


---- /!\ '''Edit conflict - your version:''' ----
space for code generic
code 


---- /!\ '''End of edit conflict''' ----

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


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

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