We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2531a8b commit 2277ca9Copy full SHA for 2277ca9
BasicPythonScripts/Piglatin Translator/README.md
@@ -13,10 +13,11 @@ I want to be able to create a Python program that can translate a given english
13
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
+1. Wrote rough draft algorithm
+2. Created pull request for feedback
+3. Got feedback and implemented
+4. Checked if translating properly
20
+5. Tweaked algorithm to do pig latin correctly and handle big test cases
21
22
### Setup instructions
23
1. Install Python 3 from PyCharm or other Python IDE
0 commit comments