I am used to naming Python arguments in this way:
my_argument='foo'
what's the advantage if I do this instead:
my_argument_='foo"
as is recommended by PEP008?
There must be a good reason for the trailing underscore, so what is it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…