UnnamedWiki
FrontPage
FindPage
TitleIndex
RecentChanges
UserPreferences
test
Difference between r1.45 and the current
@@ -1,11 +1,5 @@
{{{#!vim python
try:
x = 5 / 0
except ZeroDivisionError:
print("division by zero")
}}}
{{{#!python
number
{{{#!python
try:
x = 5 / 0
except ZeroDivisionError: