This wiki is not enabled for mail processing. Contact the owner of the wiki, who can enable email.

Clear message

Parser

Eingabe

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

Anzeige

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