summaryrefslogtreecommitdiff
path: root/prolog/problems/dcg/number_proper_2/sl.py
blob: 1b39977ed69d22082a932e2d83b29abcad10ef49 (plain)
1
2
3
4
5
6
7
8
9
10
# coding=utf-8

name = 'number_proper/2'
slug = 'Števila brez vodilnih ničel'

description = '''\
<p>Napiši gramatiko z začetnim simbolom <code>number</code> za jezik nenegativnih celih števil. Števila <em>ne smejo</em> vsebovati vodilnih ničel.</p>
<p>Primeri veljavnih besed: <code>123</code>, <code>54</code>, <code>122</code>, <code>1221</code>, <code>0</code>.</p>'''

hint = {}