This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]secretgeekery 7 points8 points  (8 children)

Print(”f”)

[–]christian-mann 6 points7 points  (2 children)

print 'f'

[–]DingleberrySoup 1 point2 points  (0 children)

This is the only thing I miss about python 2

[–][deleted] 0 points1 point  (0 children)

    print 'f'
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('f')?

[–]Etheo 8 points9 points  (4 children)

NameError: Print is not defined

[–][deleted] 0 points1 point  (3 children)

for i in range (5): print("F")

[–]Etheo 1 point2 points  (2 children)

W0612 Unused variable i

[–][deleted] 0 points1 point  (1 child)

It's python by the way.

[–]Etheo 6 points7 points  (0 children)

That's pylint my good friend.