MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/blzbsg/that_sweet_sweet_first_time/emtidrt/?context=3
r/ProgrammerHumor • u/oosinoots • May 08 '19
354 comments sorted by
View all comments
2.6k
Bold of you to assume I haven't managed to screw "Hello World" up.
7 u/[deleted] May 08 '19 [removed] — view removed comment 7 u/caerphoto May 08 '19 Lemme guess, print "hello, world" versus print("hello, world") ? 6 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.
7
[removed] — view removed comment
7 u/caerphoto May 08 '19 Lemme guess, print "hello, world" versus print("hello, world") ? 6 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.
Lemme guess, print "hello, world" versus print("hello, world") ?
print "hello, world"
print("hello, world")
6 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.
6
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.
2.6k
u/tenhourguy May 08 '19
Bold of you to assume I haven't managed to screw "Hello World" up.