Why is things changed in python 3000 like:
and in python 3000:
Why will it be as a function?
I don't really care that much, I just think the best to just get used to it as soon as possible.
But my friend says it is useless, and I can't find any good arguments why it will be changed.
All I need is some arguments.
And why it will be changed.
Thanks
Code:
print "hello"
Code:
print("hello")
Why will it be as a function?
I don't really care that much, I just think the best to just get used to it as soon as possible.
But my friend says it is useless, and I can't find any good arguments why it will be changed.
All I need is some arguments.
And why it will be changed.
Thanks
Comment