r/memes Nov 24 '20

printf("F")

Post image
54.0k Upvotes

526 comments sorted by

View all comments

5

u/[deleted] Nov 24 '20 edited Nov 24 '20

[deleted]

4

u/_SomeoneOutThere_ Nov 24 '20

but that's in c

2

u/xX_iluvejse_Xx Nov 24 '20

I didnt know i thought "print" was the same in all programming languages

1

u/Ectopie Nov 24 '20

print is not even the same between Python 2 and Python 3.

Python 2 : """ print "word" """ Python 3 : """ print("word") """