welcome: please sign in

Please enter your password of your account at the remote wiki below.
/!\ You should trust both wikis because the password could be read by the particular administrators.

Clear message
location: WikiKurs / 22 Parser

Parser

Eingabe

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

Anzeige

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