我有这个..
the_tuple = (1,2,3,4,5) print ('\"',the_tuple[1],'\"')
展示
" 2 "
如何才能显示输出"2"?
"2"
python python-3.x
python ×1
python-3.x ×1