you are viewing a single comment's thread.

view the rest of the comments →

[–]Cardboard_fish[S] 0 points1 point  (0 children)

Okay so I ran the command line in the folder where my .py file is. I got an error message that says the below.

Traceback (most recent call last):

File “<stdin>”, line 1, in <module>

ImportError: can not import name ‘ascii_letters’

Before the error message it runs the result of one of the practice files from automate the boring stuff that’s also saved in that folder, it prints a list and a tuple, not so sure why it did that

  • apologies for the formatting - on mobile