Search:
Was sind wir
Wer sind wir
Wo sind wir
Unsere Projekte
Sponsoren
ThisWiki
RecentChanges
HelpContents
FindPage
TitleIndex
{{{#!highlight python def hallo(name): print "Hallo %s" % name }}}
1 def hallo(name): 2 print "Hallo %s" % name