blob: 9ffcc40ed7e21c07c8d96185c7d56af3f9081e1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# coding=utf-8
name = 'Robot'
description = 'Uvodni tečaj za robota.'
hint = {
'no_hint': ['''\
<p>Namig ne obstaja! Poskusi uporabiti misli.</p>
'''],
'system_error': ['''\
<p><span style="color: red;">Sistemska napaka:</span> [%=message%].</p>
'''],
'test_results': ['''\
<p>Program je opravil [%=passed%] / [%=total%] testov.</p>
'''],
}
|