summaryrefslogtreecommitdiff
path: root/python/problems/introduction/average/en.py
blob: 5ce621e50c36d79a0bc670a3358fb0a966656d4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# coding=utf-8

name = 'Average grade'
slug = 'Average grade'

description = '''\
<p>(translation missing)'''

hint = {
    'plan': '''\
<p>(translation missing)</p>''',

    'no_input_call': '''\
<p>(translation missing)</p>''',
}