Dennis Sweeney added the comment:
https://stackoverflow.com/ or https://discuss.python.org/c/users/ are better
places for this question.
--
nosy: +Dennis Sweeney
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracke
New submission from renzo :
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?
--
components: Build
mes