JPDev@programming.dev to Programmer Humor@programming.dev · 5 months agoCOMEFROMprogramming.devimagemessage-square33fedilinkarrow-up1463arrow-down17
arrow-up1456arrow-down1imageCOMEFROMprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 5 months agomessage-square33fedilink
minus-squaremagic_lobster_party@kbin.runlinkfedilinkarrow-up12·5 months agoprint(A) print(B) hello: print(C) print(D) print(E) comefrom hello print(F) This will print A, B, C and then F. D and E will be skipped because of the comefrom.
print(A) print(B) hello: print(C) print(D) print(E) comefrom hello print(F)
This will print A, B, C and then F. D and E will be skipped because of the comefrom.