shootwhatsmyname to [email protected] • 10 months agoWhat has been your best financial move in life?message-square220fedilinkarrow-up1177arrow-down16
arrow-up1171arrow-down1message-squareWhat has been your best financial move in life?shootwhatsmyname to [email protected] • 10 months agomessage-square220fedilink
minus-square🔰Hurling⚜️Durling🔱link3•edit-210 months ago>>> print “hello World” File “”, line 1 print "hello World" ^ SyntaxError: invalid syntax
minus-squareaeslinkfedilink3•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)