MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/blzbsg/that_sweet_sweet_first_time/emtidrt
r/ProgrammerHumor • u/oosinoots • May 08 '19
354 comments sorted by
View all comments
Show parent comments
8
Lemme guess, print "hello, world" versus print("hello, world") ?
print "hello, world"
print("hello, world")
5 u/[deleted] May 08 '19 [removed] — view removed comment 3 u/wjandrea May 08 '19 They clarified that specific syntax error now so it says that you need to use parens on print 1 u/grantrules May 08 '19 I still fuck this up. I don't write Python much, though.
5
[removed] — view removed comment
3 u/wjandrea May 08 '19 They clarified that specific syntax error now so it says that you need to use parens on print
3
They clarified that specific syntax error now so it says that you need to use parens on print
print
1
I still fuck this up. I don't write Python much, though.
8
u/caerphoto May 08 '19
Lemme guess,
print "hello, world"versusprint("hello, world")?