File tree 1 file changed +7
-1
lines changed
BasicPythonScripts/Piglatin Translator
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,19 @@ I want to be able to create a Python program that can translate a given english
11
11
- Just run the program and enter a string
12
12
- Result will be displayed as a new string with pig latin translation
13
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
20
+
14
21
### Setup instructions
15
22
1 . Install Python 3 from PyCharm or other Python IDE
16
23
2 . Download this repository as zip and extract.
17
24
3 . Use PyCharm or other Python compiler to run this program
18
25
5 . Run the code and try entering different strings
19
26
20
-
21
27
## Compilation Steps
22
28
23
29
1 . When function gets string, it splits it by spaces to create a list of words
You can’t perform that action at this time.
0 commit comments