python print语句后怎么去掉自动输出的空格

2025-06-20 18:36:58
推荐回答(1个)
回答1:

使用以下语句就可以解决了:

print ('"{}"'.format(the_tuple[1]))