Differences between revisions 11 and 14 (spanning 3 versions)
Revision 11 as of 2016-01-25 18:37:20
Size: 1310
Editor: RussHensel
Comment:
Revision 14 as of 2016-01-27 17:57:29
Size: 1178
Editor: RussHensel
Comment:
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
---- /!\ '''Edit conflict - other version:''' ----
Line 27: Line 26:
---- /!\ '''Edit conflict - other version:''' ----

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

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

---- /!\ '''End of edit conflict''' ----
code deleted why
no code here
Line 52: Line 44:
----
CategoryHomepage

---- /!\ '''Edit conflict - your version:''' ----
code deleted why
Line 59: Line 46:
{{{
#!python
(x,y) = (5,0)
try:
  z = x/y
except ZeroDivisionError:
  print "divide by zero"
Line 62: Line 56:
again ---- /!\ '''Edit conflict - other version:''' ----
Line 77: Line 71:
---- /!\ '''Edit conflict - your version:''' ----
----
CategoryHomepage

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"


/!\ Edit conflict - other version:


Toggle line numbers
   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.