If you need an output formatted in a certain way, use something like str.format():
>>> print('"{0}"'.format(List[0]))
"A"
, , Python, . , .
, , Python, . , , None, repr , . .
- (, , expr):
result = expr
if result is not None:
print(repr(result))
, print None, . , print , .