Differences between revisions 7 and 10 (spanning 3 versions)
Revision 7 as of 2016-01-25 17:05:10
Size: 683
Editor: RussHensel
Comment:
Revision 10 as of 2016-01-25 17:24:57
Size: 1105
Editor: RussHensel
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
Line 24: Line 23:
{{{

---- /!\ '''Edit conflict - other version:''' ----
code deleted why
Line 26: Line 29:
}}}


again
Line 29: Line 36:
10 PRINT "Hello, world!"
20 GOTO 10
#!python
(x,y) = (5,0)
try:
  z = x/y
except ZeroDivisionError:
  print "divide by zero"
Line 32: Line 43:
Line 34: Line 46:

---- /!\ '''Edit conflict - your version:''' ----
code deleted why


}}}


again


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

----
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:''' ----
code deleted why 

again

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:


code deleted why

}}}

again

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


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.