In Python, which is more of a pythonian style of writing between these two:
1. print 'Hello'
or
2. print('Hello')
If u have a link on basic outlines of pythonian style and which syntax is a more pythonic way to use, it would be very useful to me. Thank You!