Skip to content

ariana011/Pig-Latin-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Pig Latin Translator 🐷

A simple Python program that translates English text into Pig Latin.

How it works

  • If a word starts with a vowel β†’ add "way"
    Example: apple β†’ appleway
  • If a word starts with a consonant β†’ move the first letter to the end and add "ay"
    Example: hello β†’ ellohay

Usage

Run the program in your terminal:

python piglatin.py

Enter a sentence: hello world
Pig Latin: ellohay orldway

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages