##language:en ## A quick note to anyone creating a homepage: ## Please only do so if you're providing or promoting Python-related ## content or if you have signed your name on another page (and want ## others to be able to contact you). Pages which are not referenced ## by other pages or which do not provide significant new content will ## be deleted. == Russ Hensel == New member a bit new to python, but programming since 1963 Interested in: SageMath among others [[SageMath single cell test]] Email: <> ... 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" }}} CategoryHomepage