Skip to content
mwetter edited this page Mar 17, 2013 · 6 revisions

bbb

<h1>test</h1>

aaaa

def myFunction(a, b)
  if a > b:
     return "a"
  else:
     return "b"

aaaa

s = "Python syntax highlighting"
print s

bbb

Clone this wiki locally