Skip to content

Commit 2531a8b

Browse files
authored
Update README.md
1 parent e939910 commit 2531a8b

File tree

1 file changed

+7
-1
lines changed
  • BasicPythonScripts/Piglatin Translator

1 file changed

+7
-1
lines changed

BasicPythonScripts/Piglatin Translator/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@ I want to be able to create a Python program that can translate a given english
1111
- Just run the program and enter a string
1212
- Result will be displayed as a new string with pig latin translation
1313

14+
### Workflow
15+
16+
- Wrote rough draft algorithm
17+
- Created pull request for feedback
18+
- Got feedback and implemented
19+
- Tweaked algorithm to handle bigger test cases
20+
1421
### Setup instructions
1522
1. Install Python 3 from PyCharm or other Python IDE
1623
2. Download this repository as zip and extract.
1724
3. Use PyCharm or other Python compiler to run this program
1825
5. Run the code and try entering different strings
1926

20-
2127
## Compilation Steps
2228

2329
1. When function gets string, it splits it by spaces to create a list of words

0 commit comments

Comments
 (0)