cm0002@lemmy.world to Programmer Humor@programming.dev · 5 天前Specifying file pathslemmy.mlimagemessage-square132fedilinkarrow-up11.44Karrow-down114cross-posted to: linuxmemes@lemmy.worldprogrammerhumor@lemmy.ml
arrow-up11.43Karrow-down1imageSpecifying file pathslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 5 天前message-square132fedilinkcross-posted to: linuxmemes@lemmy.worldprogrammerhumor@lemmy.ml
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up19·5 天前Nobody is stopping you from using forward slashes. Python will translate the path for the current platform.
minus-squareLichtblitz@discuss.tchncs.delinkfedilinkarrow-up4·5 天前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!