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