welcome: please sign in

The following 12 words could not be found in the dictionary of 0 words and are highlighted below:
def   Hello   hello   highlight   name   Navigation   print   python   slides   Парсеры   Пример   Результат  

Clear message
location: ВикиКурс / 22 Парсеры входных форматов

Парсеры

Пример

 {{{#!highlight python
 def hello(name):
     print "Hello %s" % name
 }}}

Результат

   1 def hello(name):
   2     print "Hello %s" % name