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

id = 243
name = 'Caesar cipher'
slug = 'Caesar cipher'

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

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

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