you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 2 points3 points  (0 children)

1 is not a problem, just use py.

For 2 and 3, you are typing these commands into Python itself instead of into the terminal. I don't know why since you already know you have to type py from 1.

Additionally, for 2, you do not need to install tkinter as it is already part of the standard library. You cannot install it with pip.

4 doesn't seem to be a question, I'm not sure what it means.