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