I've given up again. I've tried the python documentation, I've tried to
implement the above suggestions, I've tried the translate thing with a
table that I did not include this time because I couldn't get it to work,
I've looked at StackOverflow, Quora and another website, so many things
seem so pr
On 07/06/18 23:21, Roger Lea Scherer wrote:
> they won't. I've started from scratch again.
>
> **
> import string
>
> gettysburg =
> open("C:/Users/Roger/Documents/GitHub/LaunchCode/gettysburg.txt", "r")
>
> puncless = ""
> for char in gettysburg:
I think this is wrong. gettysburg is a
On 06/07/2018 04:21 PM, Roger Lea Scherer wrote:
> I've given up again. I've tried the python documentation, I've tried to
> implement the above suggestions, I've tried the translate thing with a
> table that I did not include this time because I couldn't get it to work,
> I've looked at StackOverf