This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lallo
Recipients lallo
Date 2022-02-08.13:57:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644328629.41.0.0810880607536.issue46680@roundup.psfhosted.org>
In-reply-to
Content
good morning
I created a file called prova.py

inside I put 3 lines
import test
a = 2
print (a)

d questions
why does a file have to call itself .. is it intended?
  how come it prints the value of a twice and does not enter the loop?
History
Date User Action Args
2022-02-08 13:57:09lallosetrecipients: + lallo
2022-02-08 13:57:09lallosetmessageid: <1644328629.41.0.0810880607536.issue46680@roundup.psfhosted.org>
2022-02-08 13:57:09lallolinkissue46680 messages
2022-02-08 13:57:09lallocreate