Redaguoti Wiki ^ |< << Skaidrė 21 iš 27 >> >| |
Parser
Eingabe
{{{#!highlight python def hallo(name): print "Hallo %s" % name }}}
Anzeige
Keisti eilučių numerius
1 def hallo(name):
2 print "Hallo %s" % name