Parser

Eingabe

{ { {#!python
def hallo(name):
    print "Hallo %s" % name
} } }

Anzeige

   1 def hallo(name):
   2     print "Hallo %s" % name