You most likely have no file named words.txt in the directory from
which you are running your code.
On Mon, Apr 17, 2017 at 10:12 PM, Tyler Seacrist wrote:
> Hello,
>
>
> How do I avoid this error message everytime I utilize wordlist =
> open("words.text") ?
>
wordlist = open("words.txt")
>
On 18/04/17 03:12, Tyler Seacrist wrote:
> How do I avoid this error message everytime I utilize wordlist =
> open("words.text") ?
>
wordlist = open("words.txt")
> Traceback (most recent call last):
> File "", line 1, in
> wordlist = open("words.txt")
> FileNotFoundError: [Errno 2] N
Hello,
How do I avoid this error message everytime I utilize wordlist =
open("words.text") ?
>>> wordlist = open("words.txt")
Traceback (most recent call last):
File "", line 1, in
wordlist = open("words.txt")
FileNotFoundError: [Errno 2] No such file or directory: 'words.txt'
>>> def ca
On Mon, Apr 17, 2017 at 12:00 AM, Alan Gauld via Tutor wrote:
> On 16/04/17 18:26, Tyler Seacrist wrote:
>
>> I need to draw a stack diagram for print_n
>> called with s = 'Hello' and n=2 and am unsure of how to do so.
Are you referring to this?
http://www.greenteapress.com/thinkpython/html/thi
On 16/04/17 18:26, Tyler Seacrist wrote:
> I need to draw a stack diagram for print_n
> called with s = 'Hello' and n=2 and am unsure of how to do so.
Me too.
What is print_n?
Which stack?
One in your program or the interpreters internal stack?
We need a lot more detail.
--
Alan G
Author of
Hello,
I need to draw a stack diagram for print_n called with s = 'Hello' and n=2 and
am unsure of how to do so.
Thanks,
Tyler
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/lis
Raj Medhekar wrote:
Hi, I need help with the code below. I am trying to pair the list in the hint
with the list of words. However, the list is not matching up correctly. Also
when the correct guess is entered the program just continues without
acknowledging the right answer. Please could y'al
Raj Medhekar wrote:
Hi, I need help with the code below. I am trying to pair the list in
the hint with the list of words. However, the list is not matching up
correctly. Also when the correct guess is entered the program just
continues without acknowledging the right answer. Please could y'all
Hi, I need help with the code below. I am trying to pair the list in the hint
with the list of words. However, the list is not matching up correctly. Also
when the correct guess is entered the program just continues without
acknowledging the right answer. Please could y'all test this out and let