name = 'Alan' print('My name is', name, '.')
运行这两行时'Alan',在句点和句点之间有一个空格.我如何摆脱它们之间的空间?
'Alan'
python string variables
python ×1
string ×1
variables ×1