Logo
Explore Help
Register Sign In
exercism/python
1
0
Fork 0
You've already forked python
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
b3cf79fc0277db3988901b46059f50718ef8df28
python/exercises/practice/affine-cipher/affine_cipher.py

7 lines
83 B
Python
Raw Normal View History

affine-cipher: implement exercise (#1501) * create empty files for implementation * implement exercise and tests * add exercise entry to config.json * generate README * fix formatting issues * update unlocked_by to core exercise * edit topics and change tests
2018-09-18 08:06:37 -04:00
def encode(plain_text, a, b):
pass
def decode(ciphered_text, a, b):
pass
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 151ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API