HiddenLayer555@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 month agoPython needs an actual default functionlemmy.mlimagemessage-square7fedilinkarrow-up1102arrow-down12file-text
arrow-up1100arrow-down1imagePython needs an actual default functionlemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 month agomessage-square7fedilinkfile-text
Also, do y’all call main() in the if block or do you just put the code you want to run in the if block?
minus-squareitsathursday@lemmy.worldlinkfedilinkarrow-up2·1 month agoDepends on the situation but since Py3 you now have main.py in Python Packages
Depends on the situation but since Py3 you now have main.py in Python Packages