An open API service indexing awesome lists of open source software.

https://github.com/candytale55/piglatin_python_2

# Pig Latin is a language game, where you move the first letter of the word to the end and add “ay.” So “Python” becomes “ythonpay.” To write a Pig Latin translator in Python. # This program: # Ask the user to input a word in English. # Checks that it's a valid word. # Converts the word from English to Pig Latin. # Displays the word translated (in Pig Latin).
https://github.com/candytale55/piglatin_python_2

Last synced: about 1 year ago
JSON representation

# Pig Latin is a language game, where you move the first letter of the word to the end and add “ay.” So “Python” becomes “ythonpay.” To write a Pig Latin translator in Python. # This program: # Ask the user to input a word in English. # Checks that it's a valid word. # Converts the word from English to Pig Latin. # Displays the word translated (in Pig Latin).

Awesome Lists containing this project