cm0002@lemmy.world to Programmer Humor@programming.dev · 15 小时前Specifying file pathslemmy.mlimagemessage-square73fedilinkarrow-up1941arrow-down17cross-posted to: [email protected][email protected]
arrow-up1934arrow-down1imageSpecifying file pathslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 15 小时前message-square73fedilinkcross-posted to: [email protected][email protected]
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up17·14 小时前Nobody is stopping you from using forward slashes. Python will translate the path for the current platform.
minus-squareLichtblitz@discuss.tchncs.delinkfedilinkarrow-up1·6 小时前Python doesn’t have to. Windows supports both out of the box. Has been for many, many years
Nobody is stopping you from using forward slashes. Python will translate the path for the current platform.
Python doesn’t have to. Windows supports both out of the box. Has been for many, many years
Good to know!