shootwhatsmyname@lemm.ee to Asklemmy@lemmy.ml · 1 year agoWhat has been your best financial move in life?message-squaremessage-square225fedilinkarrow-up1178arrow-down16
arrow-up1172arrow-down1message-squareWhat has been your best financial move in life?shootwhatsmyname@lemm.ee to Asklemmy@lemmy.ml · 1 year agomessage-square225fedilink
minus-squareJocker@sh.itjust.workscakelinkfedilinkarrow-up9arrow-down1·1 year agoprint(“Hello World”)
minus-square🔰Hurling⚜️Durling🔱@lemmy.worldlinkfedilinkarrow-up3·edit-21 year ago>>> print “hello World” File “”, line 1 print "hello World" ^ SyntaxError: invalid syntax
minus-squareaes@programming.devlinkfedilinkarrow-up3·1 year ago(The one without the parentheses is older Python 2, the example with is newer Python 3)
minus-squarePsychodelic@lemmy.worldlinkfedilinkarrow-up1·1 year agoWhat’s the work-life balance like where you work?
print(“Hello World”)
>>> print “hello World”
File “”, line 1
SyntaxError: invalid syntax
(The one without the parentheses is older Python 2, the example with is newer Python 3)
What’s the work-life balance like where you work?