song super <2262720...@qq.com> added the comment:
Think you very much,I am a college student, do not understand these underlying
principles, this problem is I wrote a program on Linux, later moved to the
windows system found, thank you very much for your answers
--
nosy: +2262
song super <2262720...@qq.com> added the comment:
I mean,os.path.join('3', '{:3') return '{:3' in
windows,However,os.path.join('3', '{:3') return '3/{:3'in linux,output result
not '3'in windows,why?
for example:
New submission from song super <2262720...@qq.com>:
python3.6
from os.path import join
join('3', '{:3')
return '{:3' in windows,However,join('3', '{:3') return '3//{:3' in linux,I
think this is a bug
--
compo