exercism.org/python/pig-latin/pig_latin.py

3 lines
30 B
Python
Raw Normal View History

2024-03-25 10:10:25 +01:00
def translate(text):
pass