Redaguoti Wiki ^ |< << Skaidrė 21 iš 27 >> >| |
Parsers
Input
{{{#!highlight python def hello(name): print "Hello %s" % name }}}
Display
Keisti eilučių numerius
1 def hello(name):
2 print "Hello %s" % name