summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/square20/en.py
blob: a692bb20ef368f047d24aa99e17ac5616bf4ccb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import server
mod = server.problems.load_language('python', 'en')

id = 213
name = 'Square 20'
slug = 'Square 20'

description = '''\
'''

hint = {
    
}