189k views
13 votes
Open a Python interpreter. Python can show you the set of currently known names if you type dir(). While these values may vary from interpreter to interpreter, you should always have __name__ available. What is the value of __name__ in a Python interpreter

1 Answer

10 votes

Answer:

Open a Python interpreter. Python can show you the set of currently known names if you type dir (). While these values may vary from interpreter to int … Write a method named

Step-by-step explanation:

Open a Python interpreter. Python can show you the set of currently known names if you type dir (). While these values may vary from interpreter to int … Write a method named

User SCO
by
3.2k points