shootwhatsmyname@lemm.ee to Asklemmy@lemmy.ml · 10 months agoWhat has been your best financial move in life?message-squaremessage-square294fedilinkarrow-up1179arrow-down17
arrow-up1172arrow-down1message-squareWhat has been your best financial move in life?shootwhatsmyname@lemm.ee to Asklemmy@lemmy.ml · 10 months agomessage-square294fedilink
minus-square🔰Hurling⚜️Durling🔱@lemmy.worldlinkfedilinkarrow-up3·edit-210 months ago>>> print “hello World” File “”, line 1 print "hello World" ^ SyntaxError: invalid syntax
minus-squareaes@programming.devlinkfedilinkarrow-up3·10 months ago(The one without the parentheses is older Python 2, the example with is newer Python 3)
>>> 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)